🏭️ Model Generation
This page mainly explains how to use model generation.
Last updated
This page mainly explains how to use model generation.
Last updated
If you observe carefully, you'll notice that the plugin uses the following configuration format in many places.
In fact, the plugin supports model generation wherever a model path (path
) can be specified. Whenever you see path
, it means you can use generation
within the same configuration section.
If you have already created a JSON model and placed it under the resourcepack
, you only need to specify the path
. If you do not have a JSON model and wish for the plugin to generate one that inherits from a parent model, you should use generation
.
Currently, generation
includes two parameters: parent
(the parent model) and textures
(overriding textures).
The parent
field can not only reference the default models provided by Minecraft (mc
) but can also point to your custom models. You can view all available Minecraft models on this website
If we intend to generate a block based on this model, the parameters for parent
and textures
should be specified as follows: