π§’Hat
CustomModelData hat
# Example manually created hat with CustomModelData
cowboy_hat:
display_name: "Cowboy Hat"
type: HAT
model:
gui: potion:300003
normal: potion:300003
dye:
enabled: false # To avoid this item from being colored.ItemsAdder model
# Example manually created hat with CustomModelData
cowboy_hat:
display_name: "Cowboy Hat"
type: HAT
model:
gui: my_items:cowboy_hat_icon
normal: my_items:cowboy_hat
dye:
enabled: false # To avoid this item from being colored.Last updated