Figurity
Figurity is an extension for the Figura mod that enables the assignment of custom models to any entity in Minecraft. This solution is perfect for creating unique NPCs on custom maps.
The mod automatically creates a models folder in the game's root directory. You need to place your models as folders in this directory — .zip archive support is not available.
📜 Commands
/figurity clearModel <entity>— removes the model from the specified entity/figurity setModel <entity> <model_path>— assigns a model to a specific entity
Usage example:
/figurity setModel @e[type=minecraft:villager,limit=1] "npc_models/villager_guard"Here,
model_pathpoints to the location of the model folder inside themodelsdirectory. If the path contains/characters, it should be wrapped in quotes"...".
📂 Model format
- Only folders and subdirectories are supported
.ziparchives do not work- Relative path from the
modelsfolder is specified
💡 Application scenarios
An excellent solution for map creators and servers that want to give unique appearances to NPCs and other entities — unlike the standard Figura functionality, which only works with player models.
Compatibility:
- On the server only Figurity installation is required
- On the client the Figura mod must be installed, otherwise models will not be displayed