updating naming
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
"model": "minecraft:item/apple"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "pie_apple", "model": { "type": "model", "model": "lz:food/pie_apple" } },
|
||||
{ "when": "pie_apple1", "model": { "type": "model", "model": "lz:food/pie_apple1" } },
|
||||
{ "when": "pie_apple2", "model": { "type": "model", "model": "lz:food/pie_apple2" } },
|
||||
{ "when": "pie_apple3", "model": { "type": "model", "model": "lz:food/pie_apple3" } },
|
||||
{ "when": "pie_apple4", "model": { "type": "model", "model": "lz:food/pie_apple4" } },
|
||||
{ "when": "apple_cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
|
||||
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
|
||||
{ "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_apple1" } },
|
||||
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_apple2" } },
|
||||
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_apple3" } },
|
||||
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_apple4" } },
|
||||
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"model": "minecraft:item/beetroot_soup"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "beetroot_soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
|
||||
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"model": "minecraft:item/bone"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "bone_broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
|
||||
{ "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,14 +7,14 @@
|
||||
"model": "minecraft:item/bread"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "chicken1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken1" } },
|
||||
{ "when": "chicken2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken2" } },
|
||||
{ "when": "egg1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg1" } },
|
||||
{ "when": "egg2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg2" } },
|
||||
{ "when": "glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
|
||||
{ "when": "glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
|
||||
{ "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
|
||||
{ "when": "sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
|
||||
{ "when": "sandwich_chicken1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken1" } },
|
||||
{ "when": "sandwich_chicken2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken2" } },
|
||||
{ "when": "sandwich_egg1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg1" } },
|
||||
{ "when": "sandwich_egg2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg2" } },
|
||||
{ "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
|
||||
{ "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
|
||||
{ "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
|
||||
{ "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"model": "minecraft:item/candle"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "candle_stand", "model": { "type": "model", "model": "lz:items/candle_stand" } }
|
||||
{ "when": "candelabra", "model": { "type": "model", "model": "lz:items/candle_stand" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"model": "minecraft:item/cooked_cod"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "stew_cod", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
|
||||
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
|
||||
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user