/
Figurity is an addon for Figura that allows you to set custom models on any entity in Minecraft — perfect for NPCs on custom maps.
The mod creates a new models folder in your game directory, where you can place your models as folders (no .zip support).
/figurity clearModel <entity> — removes the model from the specified entity./figurity setModel <entity> <model_path> — sets a model on the specified entity.Example:
/figurity setModel @e[type=minecraft:villager,limit=1] "npc_models/villager_guard"Here,
model_pathis the path to the model folder insidemodels, for example:npc_models/villager_guardIf the path contains
/, wrap it in quotes"...".
.zip files are not supported.models folder.Perfect for mapmakers and servers that want to assign unique models to NPCs or other entities — not just players, as in vanilla Figura.
Compatibility:
- On the server, only Figurity needs to be installed.
- On the client, the Figura mod must be installed, otherwise models will not be displayed.