malloc-items/assets/minecraft/models/item/iron_nugget.json

15 lines
246 B
JSON
Raw Normal View History

2022-09-11 06:11:04 +00:00
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/iron_nugget"
},
"overrides": [
{
"model": "malloc:item/grist_coin",
"predicate": {
"custom_model_data": 93197
}
}
]
}