🔢Custom Model Data

Each item has assigned to it custom model data (the thing making the resource pack work), this data is assigned like this:

Custom model data showcase

The value is first assigned to the slot 39. If you have "gradual-model-data" set to true, then multiple uses for the same item (multiple slots), will result in the data being different for each instance, like this:

  • Slot 39 will have data 499 (starting data)

  • Slot 40 will have data 500 (starting data +1)

  • And slot 41 will have data 501 (+1 for each slot variable)

This allows for more customization. Else, if "gradual-model-data" is set to false, all items will have the starting model data.

Last updated