Minecraft RPG Cosmetic Hat ready for your Java Minecraft Server. This .json model and .png texture works when added to your resource pack with CustomModelData to a dedicated /hat item.
About the design:
This is the Challenger’s Crown - A jungle/aztek inspired tribal design with a gold frame and teal blue feathers
Here’s how to add CustomModelData to an item:
“overrides”: [{“predicate”: {“custom_model_data”:1}, “model”: “your_folder/this_model”}]
Here’s how to add multiple items with custom model data:
“overrides”: [{“predicate”: {“custom_model_data”:1}, “model”: “your_folder/this_model”},{“predicate”: {“custom_model_data”:2}, “model”: “your_folder/this_model”}]