malloc-items/assets/minecraft/models/item/iron_nugget.json
2022-09-11 08:11:04 +02:00

15 lines
246 B
JSON

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/iron_nugget"
},
"overrides": [
{
"model": "malloc:item/grist_coin",
"predicate": {
"custom_model_data": 93197
}
}
]
}