Mineuniverse
Log in Register
Plugins

ModelCraft

A 3D models/items importer plugin with custom numerical model data.
by Falco2010
Download Claim this project
22 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Developer Tools Role Playing


About ModelCraft

ModelCraft is a plugin that allows you to import items or blocks into your Minecraft world using the numeric custom_model_data, even in 1.21!
Simply link each item with its custom_model_data in config.json and obtain it as a block using the /furniture give *item* block command to place it like actual furniture, or use item to obtain the object as a material entered in config.json.
 

Requirements

This plugin is completely self-contained and requires no dependencies. The only suggestion is to install plugins like SodiumFabric to ensure 3D models load correctly.
 

‼️ ATTENTION ‼️

The plugin in question does not have a pre-installed texture inside it, to ensure its functioning you will first have to create one following a tutorial and then use this plugin to facilitate customization within Minecraft.
 

config.json

{
  "items": {
    "falco_feather": {
      "type": "item",
      "material": "minecraft:feather",
      "custom_model_data": 3,
      "display_name": "&4Falco Feather",
      "lore": [
        "&b&lUna piuma speciale",
        "&#FFAA00Mantienila al sicuro"
      ]
    },
    "example_block": {
      "type": "block",
      "material": "minecraft:feather",
      "custom_model_data": 9,
      "display_name": "&dBastone Magico",
      "lore": ["&7Questo è un blocco speciale"]
    }
  }
}
ModelCraft-1.0
MC 1.21.2, 1.21, 1.21.3, 1.21.5, 1.21.4, 1.21.1, 1.21.6
Release 2025-08-02 Get

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677