Humanize custom item names

This commit is contained in:
2026-08-12 23:55:32 +01:00
parent 8202db0e2c
commit 0c77a59b1b
32 changed files with 591 additions and 572 deletions
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/apple"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
{ "when": "Apple Pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "Apple Pie 1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
{ "when": "Apple Pie 2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
{ "when": "Apple Pie 3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
{ "when": "Apple Pie 4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
{ "when": "Apple Cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}
+4 -4
View File
@@ -8,10 +8,10 @@
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
{ "when": "baked_2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
{ "when": "baked_3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
{ "when": "Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "Baked Potato 1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
{ "when": "Baked Potato 2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
{ "when": "Baked Potato 3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/beetroot_soup"
},
"cases": [
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
{ "when": "Beetroot Soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/bone"
},
"cases": [
{ "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
{ "when": "Bone Broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
]
}
}
+8 -8
View File
@@ -8,14 +8,14 @@
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "sandwich_chicken_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "sandwich_egg_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "sandwich_egg_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "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" } }
{ "when": "Chicken Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "Chicken Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "Egg Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "Egg Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "when": "Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "Dark Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "Dark Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/cake"
},
"cases": [
{ "when": "slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
{ "when": "Frosted Cake Slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/carrot"
},
"cases": [
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
{ "when": "Garden Carrot Soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
]
}
}
+2 -2
View File
@@ -8,8 +8,8 @@
"model": "minecraft:block/carved_pumpkin"
},
"cases": [
{ "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
{ "when": "Witch Hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "Floral Crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
]
}
}
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/cocoa_beans"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
{ "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}
+7 -8
View File
@@ -8,14 +8,13 @@
"model": "minecraft:item/cod"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
{ "when": "Cod Roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "Cod Roll 1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "Cod Roll 2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "Cod Roll 3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "Cod Roll 4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "Cod Roll 5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "Cod Roll 6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_beef"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_beef" } }
{ "when": "Hearty Beef Stew", "model": { "type": "model", "model": "lz:food/stew_beef" } }
]
}
}
+7 -7
View File
@@ -8,13 +8,13 @@
"model": "minecraft:item/cooked_chicken"
},
"cases": [
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
{ "when": "roast_0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
{ "when": "roast_1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
{ "when": "roast_2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
{ "when": "roast_3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
{ "when": "roast_4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
{ "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
{ "when": "Roast Chicken 0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
{ "when": "Roast Chicken 1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
{ "when": "Roast Chicken 2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
{ "when": "Roast Chicken 3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
{ "when": "Roast Chicken 4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
{ "when": "Chicken Broth", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
]
}
}
+2 -2
View File
@@ -8,8 +8,8 @@
"model": "minecraft:item/cooked_cod"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
{ "when": "Baked Cod Chowder", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
{ "when": "Fish Chowder", "model": { "type": "model", "model": "lz:food/stew_fish" } }
]
}
}
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/cooked_porkchop"
},
"cases": [
{ "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "ham_0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
{ "when": "ham_1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
{ "when": "ham_2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
{ "when": "ham_3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
{ "when": "ham_4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
{ "when": "Honey Glazed Ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "Honey Glazed Ham 0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
{ "when": "Honey Glazed Ham 1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
{ "when": "Honey Glazed Ham 2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
{ "when": "Honey Glazed Ham 3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
{ "when": "Honey Glazed Ham 4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_rabbit"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
{ "when": "Hare Stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
]
}
}
+25 -25
View File
@@ -8,31 +8,31 @@
"model": "minecraft:item/cookie"
},
"cases": [
{ "when": "cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } },
{ "when": "cookie_1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
{ "when": "cookie_2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } },
{ "when": "cookie_3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
{ "when": "cookie_4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } },
{ "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
{ "when": "sweet_berry_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_1" } },
{ "when": "sweet_berry_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_2" } },
{ "when": "sweet_berry_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_3" } },
{ "when": "sweet_berry_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_4" } },
{ "when": "honey", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
{ "when": "honey_1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } },
{ "when": "honey_2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_2" } },
{ "when": "honey_3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_3" } },
{ "when": "honey_4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
{ "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
{ "when": "sugar_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } },
{ "when": "sugar_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_2" } },
{ "when": "sugar_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_3" } },
{ "when": "sugar_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
{ "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
{ "when": "chocolate_1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } },
{ "when": "chocolate_2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_2" } },
{ "when": "chocolate_3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_3" } },
{ "when": "chocolate_4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_4" } }
{ "when": "Classic Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } },
{ "when": "Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
{ "when": "Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } },
{ "when": "Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
{ "when": "Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } },
{ "when": "Sweet Berry Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
{ "when": "Sweet Berry Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_1" } },
{ "when": "Sweet Berry Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_2" } },
{ "when": "Sweet Berry Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_3" } },
{ "when": "Sweet Berry Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_4" } },
{ "when": "Honey Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
{ "when": "Honey Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } },
{ "when": "Honey Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_2" } },
{ "when": "Honey Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_3" } },
{ "when": "Honey Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
{ "when": "Sugar Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
{ "when": "Sugar Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } },
{ "when": "Sugar Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_2" } },
{ "when": "Sugar Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_3" } },
{ "when": "Sugar Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
{ "when": "Chocolate Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
{ "when": "Chocolate Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } },
{ "when": "Chocolate Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_2" } },
{ "when": "Chocolate Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_3" } },
{ "when": "Chocolate Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_4" } }
]
}
}
+4 -4
View File
@@ -8,10 +8,10 @@
"model": "minecraft:item/dried_kelp"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
{ "when": "Kelp Roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "Kelp Roll 1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "Kelp Roll 2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "Kelp Roll 3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}
+3 -3
View File
@@ -8,9 +8,9 @@
"model": "minecraft:item/glass_bottle"
},
"cases": [
{ "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
{ "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } }
{ "when": "Empty Bottle", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
{ "when": "Spring Water", "model": { "type": "model", "model": "lz:food/drink_water" } },
{ "when": "Hot Chocolate Mug", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }
]
}
}
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/glow_berries"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
{ "when": "Glow Berry Sweet Roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } },
{ "when": "Glow Berry Sweet Roll 1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_1" } },
{ "when": "Glow Berry Sweet Roll 2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_2" } },
{ "when": "Glow Berry Sweet Roll 3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_3" } },
{ "when": "Glow Berry Sweet Roll 4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_4" } },
{ "when": "Glow Berry Juice", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
]
}
}
+3 -3
View File
@@ -8,9 +8,9 @@
"model": "minecraft:item/melon_slice"
},
"cases": [
{ "when": "popsicle_1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } },
{ "when": "popsicle_2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_2" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
{ "when": "Melon Popsicle 1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } },
{ "when": "Melon Popsicle 2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_2" } },
{ "when": "Melon Juice", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/mushroom_stew"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
{ "when": "Mushroom Soup", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/oak_sapling"
},
"cases": [
{ "when": "christmas", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
{ "when": "Christmas Tree", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
]
}
}
+4 -1
View File
@@ -67,6 +67,9 @@
{ "when": "Queen of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_12" } },
{ "when": "King of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_13" } },
{ "when": "Black Joker", "model": { "type": "model", "model": "cards:item/standard/j_01" } },
{ "when": "Red Joker", "model": { "type": "model", "model": "cards:item/standard/j_02" } },
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },
@@ -112,7 +115,7 @@
{ "when": "Queen of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
{ "when": "King of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
{ "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } }
{ "when": "Presents", "model": { "type": "model", "model": "lz:festive/presents" } }
]
}
}
+5 -5
View File
@@ -8,11 +8,11 @@
"model": "minecraft:block/pumpkin"
},
"cases": [
{ "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
{ "when": "stuffed_pumpkin_1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
{ "when": "stuffed_pumpkin_2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
{ "when": "stuffed_pumpkin_3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
{ "when": "stuffed_pumpkin_4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
{ "when": "Stuffed Pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
{ "when": "Stuffed Pumpkin 1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
{ "when": "Stuffed Pumpkin 2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
{ "when": "Stuffed Pumpkin 3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
{ "when": "Stuffed Pumpkin 4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
]
}
}
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/pumpkin_pie"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
{ "when": "Spiced Pumpkin Pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
{ "when": "Spiced Pumpkin Pie 1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
{ "when": "Spiced Pumpkin Pie 2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
{ "when": "Spiced Pumpkin Pie 3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
{ "when": "Spiced Pumpkin Pie 4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
{ "when": "Pumpkin Soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
]
}
}
+7 -7
View File
@@ -8,13 +8,13 @@
"model": "minecraft:item/salmon"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
{ "when": "Salmon Roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
{ "when": "Salmon Roll 1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
{ "when": "Salmon Roll 2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
{ "when": "Salmon Roll 3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
{ "when": "Salmon Roll 4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
{ "when": "Salmon Roll 5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
{ "when": "Salmon Roll 6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:block/snow_block"
},
"cases": [
{ "when": "snowman", "model": { "type": "model", "model": "lz:festive/snowman" } }
{ "when": "Snowman", "model": { "type": "model", "model": "lz:festive/snowman" } }
]
}
}
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/sweet_berries"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
{ "when": "Sweet Berry Pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
{ "when": "Sweet Berry Pie 1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
{ "when": "Sweet Berry Pie 2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
{ "when": "Sweet Berry Pie 3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
{ "when": "Sweet Berry Pie 4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
{ "when": "Sweet Berry Juice", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
]
}
}