๐งขHat
CustomModelData hat
You can create custom hats simply by using CustomModelData.
In this example I created a custom hat with CustomModelData 300003
.
I decided to use the same item both for the GUI preview and for the actual item which will be put on player's head.
ItemsAdder model
You can do the same thing but with ItemsAdder items models and avoid worrying about CustomModelData.
Example:
In this example you can see I used my_items:cowboy_hat_icon
as icon my_items:cowboy_hat
as item.
They both are items from ItemsAdder.
Last updated