updating naming

This commit is contained in:
2024-12-12 12:55:50 +00:00
parent e4805bfcc3
commit 4b3178ac02
7 changed files with 22 additions and 22 deletions
@@ -7,10 +7,10 @@
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked_potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_potato1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } },
{ "when": "baked_potato2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } },
{ "when": "baked_potato3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } }
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } },
{ "when": "baked2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } },
{ "when": "baked3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } }
]
}
}