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" "model": "minecraft:item/apple"
}, },
"cases": [ "cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } }, { "when": "Apple Pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } }, { "when": "Apple Pie 1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } }, { "when": "Apple Pie 2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } }, { "when": "Apple Pie 3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } }, { "when": "Apple Pie 4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } } { "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" "model": "minecraft:item/baked_potato"
}, },
"cases": [ "cases": [
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } }, { "when": "Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } }, { "when": "Baked Potato 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 Potato 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 3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
] ]
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/beetroot_soup" "model": "minecraft:item/beetroot_soup"
}, },
"cases": [ "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" "model": "minecraft:item/bone"
}, },
"cases": [ "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" "model": "minecraft:item/bread"
}, },
"cases": [ "cases": [
{ "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } }, { "when": "Chicken Sandwich 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": "Chicken Sandwich 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": "Egg Sandwich 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": "Egg Sandwich 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": "Glow Berry Sandwich", "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": "Dark Glow Berry Sandwich", "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": "Sweet Berry Sandwich", "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": "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" "model": "minecraft:item/cake"
}, },
"cases": [ "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" "model": "minecraft:item/carrot"
}, },
"cases": [ "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" "model": "minecraft:block/carved_pumpkin"
}, },
"cases": [ "cases": [
{ "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } }, { "when": "Witch Hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } } { "when": "Floral Crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
] ]
} }
} }
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/cocoa_beans" "model": "minecraft:item/cocoa_beans"
}, },
"cases": [ "cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } }, { "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } }, { "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } }, { "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } }, { "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } }, { "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } } { "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
] ]
} }
} }
+7 -8
View File
@@ -8,14 +8,13 @@
"model": "minecraft:item/cod" "model": "minecraft:item/cod"
}, },
"cases": [ "cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } }, { "when": "Cod Roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } }, { "when": "Cod 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": "Cod 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": "Cod 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": "Cod 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": "Cod 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": "Cod Roll 6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } }
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
] ]
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_beef" "model": "minecraft:item/cooked_beef"
}, },
"cases": [ "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" "model": "minecraft:item/cooked_chicken"
}, },
"cases": [ "cases": [
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } }, { "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
{ "when": "roast_0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } }, { "when": "Roast Chicken 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 Chicken 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 Chicken 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 Chicken 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": "Roast Chicken 4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } } { "when": "Chicken Broth", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
] ]
} }
} }
+2 -2
View File
@@ -8,8 +8,8 @@
"model": "minecraft:item/cooked_cod" "model": "minecraft:item/cooked_cod"
}, },
"cases": [ "cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }, { "when": "Baked Cod Chowder", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } } { "when": "Fish Chowder", "model": { "type": "model", "model": "lz:food/stew_fish" } }
] ]
} }
} }
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/cooked_porkchop" "model": "minecraft:item/cooked_porkchop"
}, },
"cases": [ "cases": [
{ "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } }, { "when": "Honey Glazed 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": "Honey Glazed 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": "Honey Glazed 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": "Honey Glazed 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": "Honey Glazed 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 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" "model": "minecraft:item/cooked_rabbit"
}, },
"cases": [ "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" "model": "minecraft:item/cookie"
}, },
"cases": [ "cases": [
{ "when": "cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } }, { "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 1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
{ "when": "cookie_2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } }, { "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 3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
{ "when": "cookie_4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } }, { "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 Cookie", "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 Cookie 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 Cookie 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 Cookie 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": "Sweet Berry Cookie 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 Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
{ "when": "honey_1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } }, { "when": "Honey Cookie 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 Cookie 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 Cookie 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": "Honey Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
{ "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } }, { "when": "Sugar Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
{ "when": "sugar_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } }, { "when": "Sugar Cookie 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 Cookie 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 Cookie 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": "Sugar Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
{ "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } }, { "when": "Chocolate Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
{ "when": "chocolate_1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } }, { "when": "Chocolate Cookie 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 Cookie 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 Cookie 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": "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" "model": "minecraft:item/dried_kelp"
}, },
"cases": [ "cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } }, { "when": "Kelp Roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } }, { "when": "Kelp 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": "Kelp 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 3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
] ]
} }
} }
+3 -3
View File
@@ -8,9 +8,9 @@
"model": "minecraft:item/glass_bottle" "model": "minecraft:item/glass_bottle"
}, },
"cases": [ "cases": [
{ "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }, { "when": "Empty Bottle", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } }, { "when": "Spring Water", "model": { "type": "model", "model": "lz:food/drink_water" } },
{ "when": "drink_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" "model": "minecraft:item/glow_berries"
}, },
"cases": [ "cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } }, { "when": "Glow Berry Sweet 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": "Glow Berry Sweet 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": "Glow Berry Sweet 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": "Glow Berry Sweet 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": "Glow Berry Sweet 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 Juice", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
] ]
} }
} }
+3 -3
View File
@@ -8,9 +8,9 @@
"model": "minecraft:item/melon_slice" "model": "minecraft:item/melon_slice"
}, },
"cases": [ "cases": [
{ "when": "popsicle_1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } }, { "when": "Melon 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": "Melon 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 Juice", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
] ]
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/mushroom_stew" "model": "minecraft:item/mushroom_stew"
}, },
"cases": [ "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" "model": "minecraft:item/oak_sapling"
}, },
"cases": [ "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": "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": "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 Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } }, { "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": "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": "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" "model": "minecraft:block/pumpkin"
}, },
"cases": [ "cases": [
{ "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } }, { "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 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 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 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 4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
] ]
} }
} }
+6 -6
View File
@@ -8,12 +8,12 @@
"model": "minecraft:item/pumpkin_pie" "model": "minecraft:item/pumpkin_pie"
}, },
"cases": [ "cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } }, { "when": "Spiced Pumpkin Pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } }, { "when": "Spiced Pumpkin Pie 1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } }, { "when": "Spiced Pumpkin Pie 2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } }, { "when": "Spiced Pumpkin Pie 3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } }, { "when": "Spiced Pumpkin Pie 4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } } { "when": "Pumpkin Soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
] ]
} }
} }
+7 -7
View File
@@ -8,13 +8,13 @@
"model": "minecraft:item/salmon" "model": "minecraft:item/salmon"
}, },
"cases": [ "cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } }, { "when": "Salmon Roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } }, { "when": "Salmon 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": "Salmon 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": "Salmon 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": "Salmon 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": "Salmon 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 6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
] ]
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:block/snow_block" "model": "minecraft:block/snow_block"
}, },
"cases": [ "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" "model": "minecraft:item/sweet_berries"
}, },
"cases": [ "cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } }, { "when": "Sweet Berry Pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } }, { "when": "Sweet Berry 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": "Sweet Berry 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": "Sweet Berry 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": "Sweet Berry 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 Juice", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
] ]
} }
} }
+6 -2
View File
@@ -5,10 +5,10 @@ Generated from the resource pack item model JSON.
## Summary ## Summary
- Base items: 1 - Base items: 1
- Rename variants: 95 - Rename variants: 97
- Render mode: local Python renderer - Render mode: local Python renderer
## paper ## Paper
- Generated from: `assets/minecraft/items/paper.json` - Generated from: `assets/minecraft/items/paper.json`
- Fallback model: `minecraft:item/paper` - Fallback model: `minecraft:item/paper`
@@ -31,6 +31,8 @@ Generated from the resource pack item model JSON.
- Preview: <img src="renders/cards/item/standard/s_01.png" alt="Ace of Spades" width="160" /> - Preview: <img src="renders/cards/item/standard/s_01.png" alt="Ace of Spades" width="160" />
- `Base Card` -> `cards:item/standard/base` - `Base Card` -> `cards:item/standard/base`
- Preview: <img src="renders/cards/item/standard/base.png" alt="Base Card" width="160" /> - Preview: <img src="renders/cards/item/standard/base.png" alt="Base Card" width="160" />
- `Black Joker` -> `cards:item/standard/j_01`
- Preview: <img src="renders/cards/item/standard/j_01.png" alt="Black Joker" width="160" />
- `Card Back` -> `cards:item/standard/back` - `Card Back` -> `cards:item/standard/back`
- Preview: <img src="renders/cards/item/standard/back.png" alt="Card Back" width="160" /> - Preview: <img src="renders/cards/item/standard/back.png" alt="Card Back" width="160" />
- `Custom Base Card` -> `cards:item/custom/base` - `Custom Base Card` -> `cards:item/custom/base`
@@ -135,6 +137,8 @@ Generated from the resource pack item model JSON.
- Preview: <img src="renders/cards/item/custom/c_12.png" alt="Queen of Pickaxe" width="160" /> - Preview: <img src="renders/cards/item/custom/c_12.png" alt="Queen of Pickaxe" width="160" />
- `Queen of Spades` -> `cards:item/standard/s_12` - `Queen of Spades` -> `cards:item/standard/s_12`
- Preview: <img src="renders/cards/item/standard/s_12.png" alt="Queen of Spades" width="160" /> - Preview: <img src="renders/cards/item/standard/s_12.png" alt="Queen of Spades" width="160" />
- `Red Joker` -> `cards:item/standard/j_02`
- Preview: <img src="renders/cards/item/standard/j_02.png" alt="Red Joker" width="160" />
- `Seven of Clubs` -> `cards:item/standard/c_07` - `Seven of Clubs` -> `cards:item/standard/c_07`
- Preview: <img src="renders/cards/item/standard/c_07.png" alt="Seven of Clubs" width="160" /> - Preview: <img src="renders/cards/item/standard/c_07.png" alt="Seven of Clubs" width="160" />
- `Seven of Creeper` -> `cards:item/custom/s_07` - `Seven of Creeper` -> `cards:item/custom/s_07`
+275 -277
View File
@@ -5,480 +5,478 @@ Generated from the resource pack item model JSON.
## Summary ## Summary
- Base items: 28 - Base items: 28
- Rename variants: 124 - Rename variants: 123
- Render mode: local Python renderer - Render mode: local Python renderer
## apple ## Apple
- Generated from: `assets/minecraft/items/apple.json` - Generated from: `assets/minecraft/items/apple.json`
- Fallback model: `minecraft:item/apple` - Fallback model: `minecraft:item/apple`
### Rename variants ### Rename variants
- `cider` -> `lz:food/drink_apple_cider` - `Apple Cider` -> `lz:food/drink_apple_cider`
- Preview: <img src="renders/lz/food/drink_apple_cider.png" alt="cider" width="160" /> - Preview: <img src="renders/lz/food/drink_apple_cider.png" alt="Apple Cider" width="160" />
- `pie` -> `lz:food/pie_apple` - `Apple Pie` -> `lz:food/pie_apple`
- Preview: <img src="renders/lz/food/pie_apple.png" alt="pie" width="160" /> - Preview: <img src="renders/lz/food/pie_apple.png" alt="Apple Pie" width="160" />
- `pie_1` -> `lz:food/pie_apple_1` - `Apple Pie 1` -> `lz:food/pie_apple_1`
- Preview: <img src="renders/lz/food/pie_apple_1.png" alt="pie_1" width="160" /> - Preview: <img src="renders/lz/food/pie_apple_1.png" alt="Apple Pie 1" width="160" />
- `pie_2` -> `lz:food/pie_apple_2` - `Apple Pie 2` -> `lz:food/pie_apple_2`
- Preview: <img src="renders/lz/food/pie_apple_2.png" alt="pie_2" width="160" /> - Preview: <img src="renders/lz/food/pie_apple_2.png" alt="Apple Pie 2" width="160" />
- `pie_3` -> `lz:food/pie_apple_3` - `Apple Pie 3` -> `lz:food/pie_apple_3`
- Preview: <img src="renders/lz/food/pie_apple_3.png" alt="pie_3" width="160" /> - Preview: <img src="renders/lz/food/pie_apple_3.png" alt="Apple Pie 3" width="160" />
- `pie_4` -> `lz:food/pie_apple_4` - `Apple Pie 4` -> `lz:food/pie_apple_4`
- Preview: <img src="renders/lz/food/pie_apple_4.png" alt="pie_4" width="160" /> - Preview: <img src="renders/lz/food/pie_apple_4.png" alt="Apple Pie 4" width="160" />
## baked_potato ## Baked Potato
- Generated from: `assets/minecraft/items/baked_potato.json` - Generated from: `assets/minecraft/items/baked_potato.json`
- Fallback model: `minecraft:item/baked_potato` - Fallback model: `minecraft:item/baked_potato`
### Rename variants ### Rename variants
- `baked` -> `lz:food/plated_baked_potato` - `Baked Potato` -> `lz:food/plated_baked_potato`
- Preview: <img src="renders/lz/food/plated_baked_potato.png" alt="baked" width="160" /> - Preview: <img src="renders/lz/food/plated_baked_potato.png" alt="Baked Potato" width="160" />
- `baked_1` -> `lz:food/plated_baked_potato_1` - `Baked Potato 1` -> `lz:food/plated_baked_potato_1`
- Preview: <img src="renders/lz/food/plated_baked_potato_1.png" alt="baked_1" width="160" /> - Preview: <img src="renders/lz/food/plated_baked_potato_1.png" alt="Baked Potato 1" width="160" />
- `baked_2` -> `lz:food/plated_baked_potato_2` - `Baked Potato 2` -> `lz:food/plated_baked_potato_2`
- Preview: <img src="renders/lz/food/plated_baked_potato_2.png" alt="baked_2" width="160" /> - Preview: <img src="renders/lz/food/plated_baked_potato_2.png" alt="Baked Potato 2" width="160" />
- `baked_3` -> `lz:food/plated_baked_potato_3` - `Baked Potato 3` -> `lz:food/plated_baked_potato_3`
- Preview: <img src="renders/lz/food/plated_baked_potato_3.png" alt="baked_3" width="160" /> - Preview: <img src="renders/lz/food/plated_baked_potato_3.png" alt="Baked Potato 3" width="160" />
## beetroot_soup ## Beetroot Soup
- Generated from: `assets/minecraft/items/beetroot_soup.json` - Generated from: `assets/minecraft/items/beetroot_soup.json`
- Fallback model: `minecraft:item/beetroot_soup` - Fallback model: `minecraft:item/beetroot_soup`
### Rename variants ### Rename variants
- `soup` -> `lz:food/soup_beetroot` - `Beetroot Soup` -> `lz:food/soup_beetroot`
- Preview: <img src="renders/lz/food/soup_beetroot.png" alt="soup" width="160" /> - Preview: <img src="renders/lz/food/soup_beetroot.png" alt="Beetroot Soup" width="160" />
## bone ## Bone
- Generated from: `assets/minecraft/items/bone.json` - Generated from: `assets/minecraft/items/bone.json`
- Fallback model: `minecraft:item/bone` - Fallback model: `minecraft:item/bone`
### Rename variants ### Rename variants
- `broth` -> `lz:food/soup_bone_broth` - `Bone Broth` -> `lz:food/soup_bone_broth`
- Preview: <img src="renders/lz/food/soup_bone_broth.png" alt="broth" width="160" /> - Preview: <img src="renders/lz/food/soup_bone_broth.png" alt="Bone Broth" width="160" />
## bread ## Bread
- Generated from: `assets/minecraft/items/bread.json` - Generated from: `assets/minecraft/items/bread.json`
- Fallback model: `minecraft:item/bread` - Fallback model: `minecraft:item/bread`
### Rename variants ### Rename variants
- `sandwich_chicken_1` -> `lz:food/plated_sandwich_chicken_1` - `Chicken Sandwich 1` -> `lz:food/plated_sandwich_chicken_1`
- Preview: <img src="renders/lz/food/plated_sandwich_chicken_1.png" alt="sandwich_chicken_1" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_chicken_1.png" alt="Chicken Sandwich 1" width="160" />
- `sandwich_chicken_2` -> `lz:food/plated_sandwich_chicken_2` - `Chicken Sandwich 2` -> `lz:food/plated_sandwich_chicken_2`
- Preview: <img src="renders/lz/food/plated_sandwich_chicken_2.png" alt="sandwich_chicken_2" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_chicken_2.png" alt="Chicken Sandwich 2" width="160" />
- `sandwich_egg_1` -> `lz:food/plated_sandwich_egg_1` - `Dark Glow Berry Sandwich` -> `lz:food/plated_sandwich_glow_berry_dark`
- Preview: <img src="renders/lz/food/plated_sandwich_egg_1.png" alt="sandwich_egg_1" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_glow_berry_dark.png" alt="Dark Glow Berry Sandwich" width="160" />
- `sandwich_egg_2` -> `lz:food/plated_sandwich_egg_2` - `Dark Sweet Berry Sandwich` -> `lz:food/plated_sandwich_sweet_berry_dark`
- Preview: <img src="renders/lz/food/plated_sandwich_egg_2.png" alt="sandwich_egg_2" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_sweet_berry_dark.png" alt="Dark Sweet Berry Sandwich" width="160" />
- `sandwich_glow_berry` -> `lz:food/plated_sandwich_glow_berry` - `Egg Sandwich 1` -> `lz:food/plated_sandwich_egg_1`
- Preview: <img src="renders/lz/food/plated_sandwich_glow_berry.png" alt="sandwich_glow_berry" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_egg_1.png" alt="Egg Sandwich 1" width="160" />
- `sandwich_glow_berry_dark` -> `lz:food/plated_sandwich_glow_berry_dark` - `Egg Sandwich 2` -> `lz:food/plated_sandwich_egg_2`
- Preview: <img src="renders/lz/food/plated_sandwich_glow_berry_dark.png" alt="sandwich_glow_berry_dark" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_egg_2.png" alt="Egg Sandwich 2" width="160" />
- `sandwich_sweet_berry` -> `lz:food/plated_sandwich_sweet_berry` - `Glow Berry Sandwich` -> `lz:food/plated_sandwich_glow_berry`
- Preview: <img src="renders/lz/food/plated_sandwich_sweet_berry.png" alt="sandwich_sweet_berry" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_glow_berry.png" alt="Glow Berry Sandwich" width="160" />
- `sandwich_sweet_berry_dark` -> `lz:food/plated_sandwich_sweet_berry_dark` - `Sweet Berry Sandwich` -> `lz:food/plated_sandwich_sweet_berry`
- Preview: <img src="renders/lz/food/plated_sandwich_sweet_berry_dark.png" alt="sandwich_sweet_berry_dark" width="160" /> - Preview: <img src="renders/lz/food/plated_sandwich_sweet_berry.png" alt="Sweet Berry Sandwich" width="160" />
## cake ## Cake
- Generated from: `assets/minecraft/items/cake.json` - Generated from: `assets/minecraft/items/cake.json`
- Fallback model: `minecraft:item/cake` - Fallback model: `minecraft:item/cake`
### Rename variants ### Rename variants
- `slice` -> `lz:food/plated_cake_slice` - `Frosted Cake Slice` -> `lz:food/plated_cake_slice`
- Preview: <img src="renders/lz/food/plated_cake_slice.png" alt="slice" width="160" /> - Preview: <img src="renders/lz/food/plated_cake_slice.png" alt="Frosted Cake Slice" width="160" />
## carrot ## Carrot
- Generated from: `assets/minecraft/items/carrot.json` - Generated from: `assets/minecraft/items/carrot.json`
- Fallback model: `minecraft:item/carrot` - Fallback model: `minecraft:item/carrot`
### Rename variants ### Rename variants
- `soup` -> `lz:food/soup_vegetable` - `Garden Carrot Soup` -> `lz:food/soup_vegetable`
- Preview: <img src="renders/lz/food/soup_vegetable.png" alt="soup" width="160" /> - Preview: <img src="renders/lz/food/soup_vegetable.png" alt="Garden Carrot Soup" width="160" />
## carved_pumpkin ## Carved Pumpkin
- Generated from: `assets/minecraft/items/carved_pumpkin.json` - Generated from: `assets/minecraft/items/carved_pumpkin.json`
- Fallback model: `minecraft:block/carved_pumpkin` - Fallback model: `minecraft:block/carved_pumpkin`
### Rename variants ### Rename variants
- `floral_crown` -> `lz:hats/floral_crown` - `Floral Crown` -> `lz:hats/floral_crown`
- Preview: <img src="renders/lz/hats/floral_crown.png" alt="floral_crown" width="160" /> - Preview: <img src="renders/lz/hats/floral_crown.png" alt="Floral Crown" width="160" />
- `witch_hat` -> `lz:hats/witch` - `Witch Hat` -> `lz:hats/witch`
- Preview: <img src="renders/lz/hats/witch.png" alt="witch_hat" width="160" /> - Preview: <img src="renders/lz/hats/witch.png" alt="Witch Hat" width="160" />
## cocoa_beans ## Cocoa Beans
- Generated from: `assets/minecraft/items/cocoa_beans.json` - Generated from: `assets/minecraft/items/cocoa_beans.json`
- Fallback model: `minecraft:item/cocoa_beans` - Fallback model: `minecraft:item/cocoa_beans`
### Rename variants ### Rename variants
- `drink` -> `lz:food/drink_cocoa` - `Chocolate Pie` -> `lz:food/pie_chocolate`
- Preview: <img src="renders/lz/food/drink_cocoa.png" alt="drink" width="160" /> - Preview: <img src="renders/lz/food/pie_chocolate.png" alt="Chocolate Pie" width="160" />
- `pie` -> `lz:food/pie_chocolate` - `Chocolate Pie 1` -> `lz:food/pie_chocolate_1`
- Preview: <img src="renders/lz/food/pie_chocolate.png" alt="pie" width="160" /> - Preview: <img src="renders/lz/food/pie_chocolate_1.png" alt="Chocolate Pie 1" width="160" />
- `pie_1` -> `lz:food/pie_chocolate_1` - `Chocolate Pie 2` -> `lz:food/pie_chocolate_2`
- Preview: <img src="renders/lz/food/pie_chocolate_1.png" alt="pie_1" width="160" /> - Preview: <img src="renders/lz/food/pie_chocolate_2.png" alt="Chocolate Pie 2" width="160" />
- `pie_2` -> `lz:food/pie_chocolate_2` - `Chocolate Pie 3` -> `lz:food/pie_chocolate_3`
- Preview: <img src="renders/lz/food/pie_chocolate_2.png" alt="pie_2" width="160" /> - Preview: <img src="renders/lz/food/pie_chocolate_3.png" alt="Chocolate Pie 3" width="160" />
- `pie_3` -> `lz:food/pie_chocolate_3` - `Chocolate Pie 4` -> `lz:food/pie_chocolate_4`
- Preview: <img src="renders/lz/food/pie_chocolate_3.png" alt="pie_3" width="160" /> - Preview: <img src="renders/lz/food/pie_chocolate_4.png" alt="Chocolate Pie 4" width="160" />
- `pie_4` -> `lz:food/pie_chocolate_4` - `Hot Chocolate` -> `lz:food/drink_cocoa`
- Preview: <img src="renders/lz/food/pie_chocolate_4.png" alt="pie_4" width="160" /> - Preview: <img src="renders/lz/food/drink_cocoa.png" alt="Hot Chocolate" width="160" />
## cod ## Cod
- Generated from: `assets/minecraft/items/cod.json` - Generated from: `assets/minecraft/items/cod.json`
- Fallback model: `minecraft:item/cod` - Fallback model: `minecraft:item/cod`
### Rename variants ### Rename variants
- `roll` -> `lz:food/plated_cod_roll` - `Cod Roll` -> `lz:food/plated_cod_roll`
- Preview: <img src="renders/lz/food/plated_cod_roll.png" alt="roll" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll.png" alt="Cod Roll" width="160" />
- `roll_1` -> `lz:food/plated_cod_roll_1` - `Cod Roll 1` -> `lz:food/plated_cod_roll_1`
- Preview: <img src="renders/lz/food/plated_cod_roll_1.png" alt="roll_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_1.png" alt="Cod Roll 1" width="160" />
- `roll_2` -> `lz:food/plated_cod_roll_2` - `Cod Roll 2` -> `lz:food/plated_cod_roll_2`
- Preview: <img src="renders/lz/food/plated_cod_roll_2.png" alt="roll_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_2.png" alt="Cod Roll 2" width="160" />
- `roll_3` -> `lz:food/plated_cod_roll_3` - `Cod Roll 3` -> `lz:food/plated_cod_roll_3`
- Preview: <img src="renders/lz/food/plated_cod_roll_3.png" alt="roll_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_3.png" alt="Cod Roll 3" width="160" />
- `roll_4` -> `lz:food/plated_cod_roll_4` - `Cod Roll 4` -> `lz:food/plated_cod_roll_4`
- Preview: <img src="renders/lz/food/plated_cod_roll_4.png" alt="roll_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_4.png" alt="Cod Roll 4" width="160" />
- `roll_5` -> `lz:food/plated_cod_roll_5` - `Cod Roll 5` -> `lz:food/plated_cod_roll_5`
- Preview: <img src="renders/lz/food/plated_cod_roll_5.png" alt="roll_5" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_5.png" alt="Cod Roll 5" width="160" />
- `roll_6` -> `lz:food/plated_cod_roll_6` - `Cod Roll 6` -> `lz:food/plated_cod_roll_6`
- Preview: <img src="renders/lz/food/plated_cod_roll_6.png" alt="roll_6" width="160" /> - Preview: <img src="renders/lz/food/plated_cod_roll_6.png" alt="Cod Roll 6" width="160" />
- `stew` -> `lz:food/stew_baked_cod`
- Preview: <img src="renders/lz/food/stew_baked_cod.png" alt="stew" width="160" />
## cooked_beef ## Cooked Beef
- Generated from: `assets/minecraft/items/cooked_beef.json` - Generated from: `assets/minecraft/items/cooked_beef.json`
- Fallback model: `minecraft:item/cooked_beef` - Fallback model: `minecraft:item/cooked_beef`
### Rename variants ### Rename variants
- `stew` -> `lz:food/stew_beef` - `Hearty Beef Stew` -> `lz:food/stew_beef`
- Preview: <img src="renders/lz/food/stew_beef.png" alt="stew" width="160" /> - Preview: <img src="renders/lz/food/stew_beef.png" alt="Hearty Beef Stew" width="160" />
## cooked_chicken ## Cooked Chicken
- Generated from: `assets/minecraft/items/cooked_chicken.json` - Generated from: `assets/minecraft/items/cooked_chicken.json`
- Fallback model: `minecraft:item/cooked_chicken` - Fallback model: `minecraft:item/cooked_chicken`
### Rename variants ### Rename variants
- `roast` -> `lz:food/plated_roast_chicken` - `Chicken Broth` -> `lz:food/soup_chicken`
- Preview: <img src="renders/lz/food/plated_roast_chicken.png" alt="roast" width="160" /> - Preview: <img src="renders/lz/food/soup_chicken.png" alt="Chicken Broth" width="160" />
- `roast_0` -> `lz:food/plated_roast_chicken_0` - `Roast Chicken` -> `lz:food/plated_roast_chicken`
- Preview: <img src="renders/lz/food/plated_roast_chicken_0.png" alt="roast_0" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken.png" alt="Roast Chicken" width="160" />
- `roast_1` -> `lz:food/plated_roast_chicken_1` - `Roast Chicken 0` -> `lz:food/plated_roast_chicken_0`
- Preview: <img src="renders/lz/food/plated_roast_chicken_1.png" alt="roast_1" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken_0.png" alt="Roast Chicken 0" width="160" />
- `roast_2` -> `lz:food/plated_roast_chicken_2` - `Roast Chicken 1` -> `lz:food/plated_roast_chicken_1`
- Preview: <img src="renders/lz/food/plated_roast_chicken_2.png" alt="roast_2" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken_1.png" alt="Roast Chicken 1" width="160" />
- `roast_3` -> `lz:food/plated_roast_chicken_3` - `Roast Chicken 2` -> `lz:food/plated_roast_chicken_2`
- Preview: <img src="renders/lz/food/plated_roast_chicken_3.png" alt="roast_3" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken_2.png" alt="Roast Chicken 2" width="160" />
- `roast_4` -> `lz:food/plated_roast_chicken_4` - `Roast Chicken 3` -> `lz:food/plated_roast_chicken_3`
- Preview: <img src="renders/lz/food/plated_roast_chicken_4.png" alt="roast_4" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken_3.png" alt="Roast Chicken 3" width="160" />
- `soup` -> `lz:food/soup_chicken` - `Roast Chicken 4` -> `lz:food/plated_roast_chicken_4`
- Preview: <img src="renders/lz/food/soup_chicken.png" alt="soup" width="160" /> - Preview: <img src="renders/lz/food/plated_roast_chicken_4.png" alt="Roast Chicken 4" width="160" />
## cooked_cod ## Cooked Cod
- Generated from: `assets/minecraft/items/cooked_cod.json` - Generated from: `assets/minecraft/items/cooked_cod.json`
- Fallback model: `minecraft:item/cooked_cod` - Fallback model: `minecraft:item/cooked_cod`
### Rename variants ### Rename variants
- `stew` -> `lz:food/stew_baked_cod` - `Baked Cod Chowder` -> `lz:food/stew_baked_cod`
- Preview: <img src="renders/lz/food/stew_baked_cod.png" alt="stew" width="160" /> - Preview: <img src="renders/lz/food/stew_baked_cod.png" alt="Baked Cod Chowder" width="160" />
- `stew_fish` -> `lz:food/stew_fish` - `Fish Chowder` -> `lz:food/stew_fish`
- Preview: <img src="renders/lz/food/stew_fish.png" alt="stew_fish" width="160" /> - Preview: <img src="renders/lz/food/stew_fish.png" alt="Fish Chowder" width="160" />
## cooked_porkchop ## Cooked Porkchop
- Generated from: `assets/minecraft/items/cooked_porkchop.json` - Generated from: `assets/minecraft/items/cooked_porkchop.json`
- Fallback model: `minecraft:item/cooked_porkchop` - Fallback model: `minecraft:item/cooked_porkchop`
### Rename variants ### Rename variants
- `ham` -> `lz:food/plated_honey_glazed_ham` - `Honey Glazed Ham` -> `lz:food/plated_honey_glazed_ham`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham.png" alt="ham" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham.png" alt="Honey Glazed Ham" width="160" />
- `ham_0` -> `lz:food/plated_honey_glazed_ham_0` - `Honey Glazed Ham 0` -> `lz:food/plated_honey_glazed_ham_0`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham_0.png" alt="ham_0" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham_0.png" alt="Honey Glazed Ham 0" width="160" />
- `ham_1` -> `lz:food/plated_honey_glazed_ham_1` - `Honey Glazed Ham 1` -> `lz:food/plated_honey_glazed_ham_1`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham_1.png" alt="ham_1" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham_1.png" alt="Honey Glazed Ham 1" width="160" />
- `ham_2` -> `lz:food/plated_honey_glazed_ham_2` - `Honey Glazed Ham 2` -> `lz:food/plated_honey_glazed_ham_2`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham_2.png" alt="ham_2" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham_2.png" alt="Honey Glazed Ham 2" width="160" />
- `ham_3` -> `lz:food/plated_honey_glazed_ham_3` - `Honey Glazed Ham 3` -> `lz:food/plated_honey_glazed_ham_3`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham_3.png" alt="ham_3" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham_3.png" alt="Honey Glazed Ham 3" width="160" />
- `ham_4` -> `lz:food/plated_honey_glazed_ham_4` - `Honey Glazed Ham 4` -> `lz:food/plated_honey_glazed_ham_4`
- Preview: <img src="renders/lz/food/plated_honey_glazed_ham_4.png" alt="ham_4" width="160" /> - Preview: <img src="renders/lz/food/plated_honey_glazed_ham_4.png" alt="Honey Glazed Ham 4" width="160" />
## cooked_rabbit ## Cooked Rabbit
- Generated from: `assets/minecraft/items/cooked_rabbit.json` - Generated from: `assets/minecraft/items/cooked_rabbit.json`
- Fallback model: `minecraft:item/cooked_rabbit` - Fallback model: `minecraft:item/cooked_rabbit`
### Rename variants ### Rename variants
- `stew` -> `lz:food/stew_rabbit` - `Hare Stew` -> `lz:food/stew_rabbit`
- Preview: <img src="renders/lz/food/stew_rabbit.png" alt="stew" width="160" /> - Preview: <img src="renders/lz/food/stew_rabbit.png" alt="Hare Stew" width="160" />
## cookie ## Cookie
- Generated from: `assets/minecraft/items/cookie.json` - Generated from: `assets/minecraft/items/cookie.json`
- Fallback model: `minecraft:item/cookie` - Fallback model: `minecraft:item/cookie`
### Rename variants ### Rename variants
- `chocolate` -> `lz:food/plated_cookie_chocolate` - `Chocolate Cookie` -> `lz:food/plated_cookie_chocolate`
- Preview: <img src="renders/lz/food/plated_cookie_chocolate.png" alt="chocolate" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_chocolate.png" alt="Chocolate Cookie" width="160" />
- `chocolate_1` -> `lz:food/plated_cookie_chocolate_1` - `Chocolate Cookie 1` -> `lz:food/plated_cookie_chocolate_1`
- Preview: <img src="renders/lz/food/plated_cookie_chocolate_1.png" alt="chocolate_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_chocolate_1.png" alt="Chocolate Cookie 1" width="160" />
- `chocolate_2` -> `lz:food/plated_cookie_chocolate_2` - `Chocolate Cookie 2` -> `lz:food/plated_cookie_chocolate_2`
- Preview: <img src="renders/lz/food/plated_cookie_chocolate_2.png" alt="chocolate_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_chocolate_2.png" alt="Chocolate Cookie 2" width="160" />
- `chocolate_3` -> `lz:food/plated_cookie_chocolate_3` - `Chocolate Cookie 3` -> `lz:food/plated_cookie_chocolate_3`
- Preview: <img src="renders/lz/food/plated_cookie_chocolate_3.png" alt="chocolate_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_chocolate_3.png" alt="Chocolate Cookie 3" width="160" />
- `chocolate_4` -> `lz:food/plated_cookie_chocolate_4` - `Chocolate Cookie 4` -> `lz:food/plated_cookie_chocolate_4`
- Preview: <img src="renders/lz/food/plated_cookie_chocolate_4.png" alt="chocolate_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_chocolate_4.png" alt="Chocolate Cookie 4" width="160" />
- `cookie` -> `lz:food/plated_cookie` - `Classic Cookie` -> `lz:food/plated_cookie`
- Preview: <img src="renders/lz/food/plated_cookie.png" alt="cookie" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie.png" alt="Classic Cookie" width="160" />
- `cookie_1` -> `lz:food/plated_cookie_1` - `Cookie 1` -> `lz:food/plated_cookie_1`
- Preview: <img src="renders/lz/food/plated_cookie_1.png" alt="cookie_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_1.png" alt="Cookie 1" width="160" />
- `cookie_2` -> `lz:food/plated_cookie_2` - `Cookie 2` -> `lz:food/plated_cookie_2`
- Preview: <img src="renders/lz/food/plated_cookie_2.png" alt="cookie_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_2.png" alt="Cookie 2" width="160" />
- `cookie_3` -> `lz:food/plated_cookie_3` - `Cookie 3` -> `lz:food/plated_cookie_3`
- Preview: <img src="renders/lz/food/plated_cookie_3.png" alt="cookie_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_3.png" alt="Cookie 3" width="160" />
- `cookie_4` -> `lz:food/plated_cookie_4` - `Cookie 4` -> `lz:food/plated_cookie_4`
- Preview: <img src="renders/lz/food/plated_cookie_4.png" alt="cookie_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_4.png" alt="Cookie 4" width="160" />
- `honey` -> `lz:food/plated_cookie_honey` - `Honey Cookie` -> `lz:food/plated_cookie_honey`
- Preview: <img src="renders/lz/food/plated_cookie_honey.png" alt="honey" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_honey.png" alt="Honey Cookie" width="160" />
- `honey_1` -> `lz:food/plated_cookie_honey_1` - `Honey Cookie 1` -> `lz:food/plated_cookie_honey_1`
- Preview: <img src="renders/lz/food/plated_cookie_honey_1.png" alt="honey_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_honey_1.png" alt="Honey Cookie 1" width="160" />
- `honey_2` -> `lz:food/plated_cookie_honey_2` - `Honey Cookie 2` -> `lz:food/plated_cookie_honey_2`
- Preview: <img src="renders/lz/food/plated_cookie_honey_2.png" alt="honey_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_honey_2.png" alt="Honey Cookie 2" width="160" />
- `honey_3` -> `lz:food/plated_cookie_honey_3` - `Honey Cookie 3` -> `lz:food/plated_cookie_honey_3`
- Preview: <img src="renders/lz/food/plated_cookie_honey_3.png" alt="honey_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_honey_3.png" alt="Honey Cookie 3" width="160" />
- `honey_4` -> `lz:food/plated_cookie_honey_4` - `Honey Cookie 4` -> `lz:food/plated_cookie_honey_4`
- Preview: <img src="renders/lz/food/plated_cookie_honey_4.png" alt="honey_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_honey_4.png" alt="Honey Cookie 4" width="160" />
- `sugar` -> `lz:food/plated_cookie_sugar` - `Sugar Cookie` -> `lz:food/plated_cookie_sugar`
- Preview: <img src="renders/lz/food/plated_cookie_sugar.png" alt="sugar" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sugar.png" alt="Sugar Cookie" width="160" />
- `sugar_1` -> `lz:food/plated_cookie_sugar_1` - `Sugar Cookie 1` -> `lz:food/plated_cookie_sugar_1`
- Preview: <img src="renders/lz/food/plated_cookie_sugar_1.png" alt="sugar_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sugar_1.png" alt="Sugar Cookie 1" width="160" />
- `sugar_2` -> `lz:food/plated_cookie_sugar_2` - `Sugar Cookie 2` -> `lz:food/plated_cookie_sugar_2`
- Preview: <img src="renders/lz/food/plated_cookie_sugar_2.png" alt="sugar_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sugar_2.png" alt="Sugar Cookie 2" width="160" />
- `sugar_3` -> `lz:food/plated_cookie_sugar_3` - `Sugar Cookie 3` -> `lz:food/plated_cookie_sugar_3`
- Preview: <img src="renders/lz/food/plated_cookie_sugar_3.png" alt="sugar_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sugar_3.png" alt="Sugar Cookie 3" width="160" />
- `sugar_4` -> `lz:food/plated_cookie_sugar_4` - `Sugar Cookie 4` -> `lz:food/plated_cookie_sugar_4`
- Preview: <img src="renders/lz/food/plated_cookie_sugar_4.png" alt="sugar_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sugar_4.png" alt="Sugar Cookie 4" width="160" />
- `sweet_berry` -> `lz:food/plated_cookie_sweet_berry` - `Sweet Berry Cookie` -> `lz:food/plated_cookie_sweet_berry`
- Preview: <img src="renders/lz/food/plated_cookie_sweet_berry.png" alt="sweet_berry" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sweet_berry.png" alt="Sweet Berry Cookie" width="160" />
- `sweet_berry_1` -> `lz:food/plated_cookie_sweet_berry_1` - `Sweet Berry Cookie 1` -> `lz:food/plated_cookie_sweet_berry_1`
- Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_1.png" alt="sweet_berry_1" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_1.png" alt="Sweet Berry Cookie 1" width="160" />
- `sweet_berry_2` -> `lz:food/plated_cookie_sweet_berry_2` - `Sweet Berry Cookie 2` -> `lz:food/plated_cookie_sweet_berry_2`
- Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_2.png" alt="sweet_berry_2" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_2.png" alt="Sweet Berry Cookie 2" width="160" />
- `sweet_berry_3` -> `lz:food/plated_cookie_sweet_berry_3` - `Sweet Berry Cookie 3` -> `lz:food/plated_cookie_sweet_berry_3`
- Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_3.png" alt="sweet_berry_3" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_3.png" alt="Sweet Berry Cookie 3" width="160" />
- `sweet_berry_4` -> `lz:food/plated_cookie_sweet_berry_4` - `Sweet Berry Cookie 4` -> `lz:food/plated_cookie_sweet_berry_4`
- Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_4.png" alt="sweet_berry_4" width="160" /> - Preview: <img src="renders/lz/food/plated_cookie_sweet_berry_4.png" alt="Sweet Berry Cookie 4" width="160" />
## dried_kelp ## Dried Kelp
- Generated from: `assets/minecraft/items/dried_kelp.json` - Generated from: `assets/minecraft/items/dried_kelp.json`
- Fallback model: `minecraft:item/dried_kelp` - Fallback model: `minecraft:item/dried_kelp`
### Rename variants ### Rename variants
- `roll` -> `lz:food/plated_kelp_roll` - `Kelp Roll` -> `lz:food/plated_kelp_roll`
- Preview: <img src="renders/lz/food/plated_kelp_roll.png" alt="roll" width="160" /> - Preview: <img src="renders/lz/food/plated_kelp_roll.png" alt="Kelp Roll" width="160" />
- `roll_1` -> `lz:food/plated_kelp_roll_1` - `Kelp Roll 1` -> `lz:food/plated_kelp_roll_1`
- Preview: <img src="renders/lz/food/plated_kelp_roll_1.png" alt="roll_1" width="160" /> - Preview: <img src="renders/lz/food/plated_kelp_roll_1.png" alt="Kelp Roll 1" width="160" />
- `roll_2` -> `lz:food/plated_kelp_roll_2` - `Kelp Roll 2` -> `lz:food/plated_kelp_roll_2`
- Preview: <img src="renders/lz/food/plated_kelp_roll_2.png" alt="roll_2" width="160" /> - Preview: <img src="renders/lz/food/plated_kelp_roll_2.png" alt="Kelp Roll 2" width="160" />
- `roll_3` -> `lz:food/plated_kelp_roll_3` - `Kelp Roll 3` -> `lz:food/plated_kelp_roll_3`
- Preview: <img src="renders/lz/food/plated_kelp_roll_3.png" alt="roll_3" width="160" /> - Preview: <img src="renders/lz/food/plated_kelp_roll_3.png" alt="Kelp Roll 3" width="160" />
## glass_bottle ## Glass Bottle
- Generated from: `assets/minecraft/items/glass_bottle.json` - Generated from: `assets/minecraft/items/glass_bottle.json`
- Fallback model: `minecraft:item/glass_bottle` - Fallback model: `minecraft:item/glass_bottle`
### Rename variants ### Rename variants
- `drink` -> `lz:food/glass_bottle` - `Empty Bottle` -> `lz:food/glass_bottle`
- Preview: <img src="renders/lz/food/glass_bottle.png" alt="drink" width="160" /> - Preview: <img src="renders/lz/food/glass_bottle.png" alt="Empty Bottle" width="160" />
- `drink_water` -> `lz:food/drink_water` - `Hot Chocolate Mug` -> `lz:festive/hot_chocolate_mug`
- Preview: <img src="renders/lz/food/drink_water.png" alt="drink_water" width="160" /> - Preview: <img src="renders/lz/festive/hot_chocolate_mug.png" alt="Hot Chocolate Mug" width="160" />
- `mug_chocolate` -> `lz:festive/hot_chocolate_mug` - `Spring Water` -> `lz:food/drink_water`
- Preview: <img src="renders/lz/festive/hot_chocolate_mug.png" alt="mug_chocolate" width="160" /> - Preview: <img src="renders/lz/food/drink_water.png" alt="Spring Water" width="160" />
## glow_berries ## Glow Berries
- Generated from: `assets/minecraft/items/glow_berries.json` - Generated from: `assets/minecraft/items/glow_berries.json`
- Fallback model: `minecraft:item/glow_berries` - Fallback model: `minecraft:item/glow_berries`
### Rename variants ### Rename variants
- `drink` -> `lz:food/drink_glow_berry` - `Glow Berry Juice` -> `lz:food/drink_glow_berry`
- Preview: <img src="renders/lz/food/drink_glow_berry.png" alt="drink" width="160" /> - Preview: <img src="renders/lz/food/drink_glow_berry.png" alt="Glow Berry Juice" width="160" />
- `roll` -> `lz:food/plated_glow_berry_sweet_roll` - `Glow Berry Sweet Roll` -> `lz:food/plated_glow_berry_sweet_roll`
- Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll.png" alt="roll" width="160" /> - Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll.png" alt="Glow Berry Sweet Roll" width="160" />
- `roll_1` -> `lz:food/plated_glow_berry_sweet_roll_1` - `Glow Berry Sweet Roll 1` -> `lz:food/plated_glow_berry_sweet_roll_1`
- Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_1.png" alt="roll_1" width="160" /> - Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_1.png" alt="Glow Berry Sweet Roll 1" width="160" />
- `roll_2` -> `lz:food/plated_glow_berry_sweet_roll_2` - `Glow Berry Sweet Roll 2` -> `lz:food/plated_glow_berry_sweet_roll_2`
- Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_2.png" alt="roll_2" width="160" /> - Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_2.png" alt="Glow Berry Sweet Roll 2" width="160" />
- `roll_3` -> `lz:food/plated_glow_berry_sweet_roll_3` - `Glow Berry Sweet Roll 3` -> `lz:food/plated_glow_berry_sweet_roll_3`
- Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_3.png" alt="roll_3" width="160" /> - Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_3.png" alt="Glow Berry Sweet Roll 3" width="160" />
- `roll_4` -> `lz:food/plated_glow_berry_sweet_roll_4` - `Glow Berry Sweet Roll 4` -> `lz:food/plated_glow_berry_sweet_roll_4`
- Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_4.png" alt="roll_4" width="160" /> - Preview: <img src="renders/lz/food/plated_glow_berry_sweet_roll_4.png" alt="Glow Berry Sweet Roll 4" width="160" />
## melon_slice ## Melon Slice
- Generated from: `assets/minecraft/items/melon_slice.json` - Generated from: `assets/minecraft/items/melon_slice.json`
- Fallback model: `minecraft:item/melon_slice` - Fallback model: `minecraft:item/melon_slice`
### Rename variants ### Rename variants
- `drink` -> `lz:food/drink_melon_juice` - `Melon Juice` -> `lz:food/drink_melon_juice`
- Preview: <img src="renders/lz/food/drink_melon_juice.png" alt="drink" width="160" /> - Preview: <img src="renders/lz/food/drink_melon_juice.png" alt="Melon Juice" width="160" />
- `popsicle_1` -> `lz:food/plated_melon_popsicle_1` - `Melon Popsicle 1` -> `lz:food/plated_melon_popsicle_1`
- Preview: <img src="renders/lz/food/plated_melon_popsicle_1.png" alt="popsicle_1" width="160" /> - Preview: <img src="renders/lz/food/plated_melon_popsicle_1.png" alt="Melon Popsicle 1" width="160" />
- `popsicle_2` -> `lz:food/plated_melon_popsicle_2` - `Melon Popsicle 2` -> `lz:food/plated_melon_popsicle_2`
- Preview: <img src="renders/lz/food/plated_melon_popsicle_2.png" alt="popsicle_2" width="160" /> - Preview: <img src="renders/lz/food/plated_melon_popsicle_2.png" alt="Melon Popsicle 2" width="160" />
## mushroom_stew ## Mushroom Stew
- Generated from: `assets/minecraft/items/mushroom_stew.json` - Generated from: `assets/minecraft/items/mushroom_stew.json`
- Fallback model: `minecraft:item/mushroom_stew` - Fallback model: `minecraft:item/mushroom_stew`
### Rename variants ### Rename variants
- `stew` -> `lz:food/stew_mushroom` - `Mushroom Soup` -> `lz:food/stew_mushroom`
- Preview: <img src="renders/lz/food/stew_mushroom.png" alt="stew" width="160" /> - Preview: <img src="renders/lz/food/stew_mushroom.png" alt="Mushroom Soup" width="160" />
## oak_sapling ## Oak Sapling
- Generated from: `assets/minecraft/items/oak_sapling.json` - Generated from: `assets/minecraft/items/oak_sapling.json`
- Fallback model: `minecraft:item/oak_sapling` - Fallback model: `minecraft:item/oak_sapling`
### Rename variants ### Rename variants
- `christmas` -> `lz:festive/christmas_tree` - `Christmas Tree` -> `lz:festive/christmas_tree`
- Preview: <img src="renders/lz/festive/christmas_tree.png" alt="christmas" width="160" /> - Preview: <img src="renders/lz/festive/christmas_tree.png" alt="Christmas Tree" width="160" />
## paper ## Paper
- Generated from: `assets/minecraft/items/paper.json` - Generated from: `assets/minecraft/items/paper.json`
- Fallback model: `minecraft:item/paper` - Fallback model: `minecraft:item/paper`
### Rename variants ### Rename variants
- `presents` -> `lz:festive/presents` - `Presents` -> `lz:festive/presents`
- Preview: <img src="renders/lz/festive/presents.png" alt="presents" width="160" /> - Preview: <img src="renders/lz/festive/presents.png" alt="Presents" width="160" />
## pumpkin ## Pumpkin
- Generated from: `assets/minecraft/items/pumpkin.json` - Generated from: `assets/minecraft/items/pumpkin.json`
- Fallback model: `minecraft:block/pumpkin` - Fallback model: `minecraft:block/pumpkin`
### Rename variants ### Rename variants
- `stuffed_pumpkin` -> `lz:food/stuffed_pumpkin` - `Stuffed Pumpkin` -> `lz:food/stuffed_pumpkin`
- Preview: <img src="renders/lz/food/stuffed_pumpkin.png" alt="stuffed_pumpkin" width="160" /> - Preview: <img src="renders/lz/food/stuffed_pumpkin.png" alt="Stuffed Pumpkin" width="160" />
- `stuffed_pumpkin_1` -> `lz:food/stuffed_pumpkin_1` - `Stuffed Pumpkin 1` -> `lz:food/stuffed_pumpkin_1`
- Preview: <img src="renders/lz/food/stuffed_pumpkin_1.png" alt="stuffed_pumpkin_1" width="160" /> - Preview: <img src="renders/lz/food/stuffed_pumpkin_1.png" alt="Stuffed Pumpkin 1" width="160" />
- `stuffed_pumpkin_2` -> `lz:food/stuffed_pumpkin_2` - `Stuffed Pumpkin 2` -> `lz:food/stuffed_pumpkin_2`
- Preview: <img src="renders/lz/food/stuffed_pumpkin_2.png" alt="stuffed_pumpkin_2" width="160" /> - Preview: <img src="renders/lz/food/stuffed_pumpkin_2.png" alt="Stuffed Pumpkin 2" width="160" />
- `stuffed_pumpkin_3` -> `lz:food/stuffed_pumpkin_3` - `Stuffed Pumpkin 3` -> `lz:food/stuffed_pumpkin_3`
- Preview: <img src="renders/lz/food/stuffed_pumpkin_3.png" alt="stuffed_pumpkin_3" width="160" /> - Preview: <img src="renders/lz/food/stuffed_pumpkin_3.png" alt="Stuffed Pumpkin 3" width="160" />
- `stuffed_pumpkin_4` -> `lz:food/stuffed_pumpkin_4` - `Stuffed Pumpkin 4` -> `lz:food/stuffed_pumpkin_4`
- Preview: <img src="renders/lz/food/stuffed_pumpkin_4.png" alt="stuffed_pumpkin_4" width="160" /> - Preview: <img src="renders/lz/food/stuffed_pumpkin_4.png" alt="Stuffed Pumpkin 4" width="160" />
## pumpkin_pie ## Pumpkin Pie
- Generated from: `assets/minecraft/items/pumpkin_pie.json` - Generated from: `assets/minecraft/items/pumpkin_pie.json`
- Fallback model: `minecraft:item/pumpkin_pie` - Fallback model: `minecraft:item/pumpkin_pie`
### Rename variants ### Rename variants
- `pie` -> `lz:food/pie_pumpkin` - `Pumpkin Soup` -> `lz:food/soup_pumpkin`
- Preview: <img src="renders/lz/food/pie_pumpkin.png" alt="pie" width="160" /> - Preview: <img src="renders/lz/food/soup_pumpkin.png" alt="Pumpkin Soup" width="160" />
- `pie_1` -> `lz:food/pie_pumpkin_1` - `Spiced Pumpkin Pie` -> `lz:food/pie_pumpkin`
- Preview: <img src="renders/lz/food/pie_pumpkin_1.png" alt="pie_1" width="160" /> - Preview: <img src="renders/lz/food/pie_pumpkin.png" alt="Spiced Pumpkin Pie" width="160" />
- `pie_2` -> `lz:food/pie_pumpkin_2` - `Spiced Pumpkin Pie 1` -> `lz:food/pie_pumpkin_1`
- Preview: <img src="renders/lz/food/pie_pumpkin_2.png" alt="pie_2" width="160" /> - Preview: <img src="renders/lz/food/pie_pumpkin_1.png" alt="Spiced Pumpkin Pie 1" width="160" />
- `pie_3` -> `lz:food/pie_pumpkin_3` - `Spiced Pumpkin Pie 2` -> `lz:food/pie_pumpkin_2`
- Preview: <img src="renders/lz/food/pie_pumpkin_3.png" alt="pie_3" width="160" /> - Preview: <img src="renders/lz/food/pie_pumpkin_2.png" alt="Spiced Pumpkin Pie 2" width="160" />
- `pie_4` -> `lz:food/pie_pumpkin_4` - `Spiced Pumpkin Pie 3` -> `lz:food/pie_pumpkin_3`
- Preview: <img src="renders/lz/food/pie_pumpkin_4.png" alt="pie_4" width="160" /> - Preview: <img src="renders/lz/food/pie_pumpkin_3.png" alt="Spiced Pumpkin Pie 3" width="160" />
- `soup` -> `lz:food/soup_pumpkin` - `Spiced Pumpkin Pie 4` -> `lz:food/pie_pumpkin_4`
- Preview: <img src="renders/lz/food/soup_pumpkin.png" alt="soup" width="160" /> - Preview: <img src="renders/lz/food/pie_pumpkin_4.png" alt="Spiced Pumpkin Pie 4" width="160" />
## salmon ## Salmon
- Generated from: `assets/minecraft/items/salmon.json` - Generated from: `assets/minecraft/items/salmon.json`
- Fallback model: `minecraft:item/salmon` - Fallback model: `minecraft:item/salmon`
### Rename variants ### Rename variants
- `roll` -> `lz:food/plated_salmon_roll` - `Salmon Roll` -> `lz:food/plated_salmon_roll`
- Preview: <img src="renders/lz/food/plated_salmon_roll.png" alt="roll" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll.png" alt="Salmon Roll" width="160" />
- `roll_1` -> `lz:food/plated_salmon_roll_1` - `Salmon Roll 1` -> `lz:food/plated_salmon_roll_1`
- Preview: <img src="renders/lz/food/plated_salmon_roll_1.png" alt="roll_1" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_1.png" alt="Salmon Roll 1" width="160" />
- `roll_2` -> `lz:food/plated_salmon_roll_2` - `Salmon Roll 2` -> `lz:food/plated_salmon_roll_2`
- Preview: <img src="renders/lz/food/plated_salmon_roll_2.png" alt="roll_2" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_2.png" alt="Salmon Roll 2" width="160" />
- `roll_3` -> `lz:food/plated_salmon_roll_3` - `Salmon Roll 3` -> `lz:food/plated_salmon_roll_3`
- Preview: <img src="renders/lz/food/plated_salmon_roll_3.png" alt="roll_3" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_3.png" alt="Salmon Roll 3" width="160" />
- `roll_4` -> `lz:food/plated_salmon_roll_4` - `Salmon Roll 4` -> `lz:food/plated_salmon_roll_4`
- Preview: <img src="renders/lz/food/plated_salmon_roll_4.png" alt="roll_4" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_4.png" alt="Salmon Roll 4" width="160" />
- `roll_5` -> `lz:food/plated_salmon_roll_5` - `Salmon Roll 5` -> `lz:food/plated_salmon_roll_5`
- Preview: <img src="renders/lz/food/plated_salmon_roll_5.png" alt="roll_5" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_5.png" alt="Salmon Roll 5" width="160" />
- `roll_6` -> `lz:food/plated_salmon_roll_6` - `Salmon Roll 6` -> `lz:food/plated_salmon_roll_6`
- Preview: <img src="renders/lz/food/plated_salmon_roll_6.png" alt="roll_6" width="160" /> - Preview: <img src="renders/lz/food/plated_salmon_roll_6.png" alt="Salmon Roll 6" width="160" />
## snow_block ## Snow Block
- Generated from: `assets/minecraft/items/snow_block.json` - Generated from: `assets/minecraft/items/snow_block.json`
- Fallback model: `minecraft:block/snow_block` - Fallback model: `minecraft:block/snow_block`
### Rename variants ### Rename variants
- `snowman` -> `lz:festive/snowman` - `Snowman` -> `lz:festive/snowman`
- Preview: <img src="renders/lz/festive/snowman.png" alt="snowman" width="160" /> - Preview: <img src="renders/lz/festive/snowman.png" alt="Snowman" width="160" />
## sweet_berries ## Sweet Berries
- Generated from: `assets/minecraft/items/sweet_berries.json` - Generated from: `assets/minecraft/items/sweet_berries.json`
- Fallback model: `minecraft:item/sweet_berries` - Fallback model: `minecraft:item/sweet_berries`
### Rename variants ### Rename variants
- `drink` -> `lz:food/drink_sweet_berry` - `Sweet Berry Juice` -> `lz:food/drink_sweet_berry`
- Preview: <img src="renders/lz/food/drink_sweet_berry.png" alt="drink" width="160" /> - Preview: <img src="renders/lz/food/drink_sweet_berry.png" alt="Sweet Berry Juice" width="160" />
- `pie` -> `lz:food/pie_sweet_berry` - `Sweet Berry Pie` -> `lz:food/pie_sweet_berry`
- Preview: <img src="renders/lz/food/pie_sweet_berry.png" alt="pie" width="160" /> - Preview: <img src="renders/lz/food/pie_sweet_berry.png" alt="Sweet Berry Pie" width="160" />
- `pie_1` -> `lz:food/pie_sweet_berry_1` - `Sweet Berry Pie 1` -> `lz:food/pie_sweet_berry_1`
- Preview: <img src="renders/lz/food/pie_sweet_berry_1.png" alt="pie_1" width="160" /> - Preview: <img src="renders/lz/food/pie_sweet_berry_1.png" alt="Sweet Berry Pie 1" width="160" />
- `pie_2` -> `lz:food/pie_sweet_berry_2` - `Sweet Berry Pie 2` -> `lz:food/pie_sweet_berry_2`
- Preview: <img src="renders/lz/food/pie_sweet_berry_2.png" alt="pie_2" width="160" /> - Preview: <img src="renders/lz/food/pie_sweet_berry_2.png" alt="Sweet Berry Pie 2" width="160" />
- `pie_3` -> `lz:food/pie_sweet_berry_3` - `Sweet Berry Pie 3` -> `lz:food/pie_sweet_berry_3`
- Preview: <img src="renders/lz/food/pie_sweet_berry_3.png" alt="pie_3" width="160" /> - Preview: <img src="renders/lz/food/pie_sweet_berry_3.png" alt="Sweet Berry Pie 3" width="160" />
- `pie_4` -> `lz:food/pie_sweet_berry_4` - `Sweet Berry Pie 4` -> `lz:food/pie_sweet_berry_4`
- Preview: <img src="renders/lz/food/pie_sweet_berry_4.png" alt="pie_4" width="160" /> - Preview: <img src="renders/lz/food/pie_sweet_berry_4.png" alt="Sweet Berry Pie 4" width="160" />
--- ---
+169 -164
View File
@@ -6,32 +6,32 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "cider", "when": "Apple Cider",
"model": "lz:food/drink_apple_cider", "model": "lz:food/drink_apple_cider",
"render_path": "renders/lz/food/drink_apple_cider.png" "render_path": "renders/lz/food/drink_apple_cider.png"
}, },
{ {
"when": "pie", "when": "Apple Pie",
"model": "lz:food/pie_apple", "model": "lz:food/pie_apple",
"render_path": "renders/lz/food/pie_apple.png" "render_path": "renders/lz/food/pie_apple.png"
}, },
{ {
"when": "pie_1", "when": "Apple Pie 1",
"model": "lz:food/pie_apple_1", "model": "lz:food/pie_apple_1",
"render_path": "renders/lz/food/pie_apple_1.png" "render_path": "renders/lz/food/pie_apple_1.png"
}, },
{ {
"when": "pie_2", "when": "Apple Pie 2",
"model": "lz:food/pie_apple_2", "model": "lz:food/pie_apple_2",
"render_path": "renders/lz/food/pie_apple_2.png" "render_path": "renders/lz/food/pie_apple_2.png"
}, },
{ {
"when": "pie_3", "when": "Apple Pie 3",
"model": "lz:food/pie_apple_3", "model": "lz:food/pie_apple_3",
"render_path": "renders/lz/food/pie_apple_3.png" "render_path": "renders/lz/food/pie_apple_3.png"
}, },
{ {
"when": "pie_4", "when": "Apple Pie 4",
"model": "lz:food/pie_apple_4", "model": "lz:food/pie_apple_4",
"render_path": "renders/lz/food/pie_apple_4.png" "render_path": "renders/lz/food/pie_apple_4.png"
} }
@@ -44,22 +44,22 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "baked", "when": "Baked Potato",
"model": "lz:food/plated_baked_potato", "model": "lz:food/plated_baked_potato",
"render_path": "renders/lz/food/plated_baked_potato.png" "render_path": "renders/lz/food/plated_baked_potato.png"
}, },
{ {
"when": "baked_1", "when": "Baked Potato 1",
"model": "lz:food/plated_baked_potato_1", "model": "lz:food/plated_baked_potato_1",
"render_path": "renders/lz/food/plated_baked_potato_1.png" "render_path": "renders/lz/food/plated_baked_potato_1.png"
}, },
{ {
"when": "baked_2", "when": "Baked Potato 2",
"model": "lz:food/plated_baked_potato_2", "model": "lz:food/plated_baked_potato_2",
"render_path": "renders/lz/food/plated_baked_potato_2.png" "render_path": "renders/lz/food/plated_baked_potato_2.png"
}, },
{ {
"when": "baked_3", "when": "Baked Potato 3",
"model": "lz:food/plated_baked_potato_3", "model": "lz:food/plated_baked_potato_3",
"render_path": "renders/lz/food/plated_baked_potato_3.png" "render_path": "renders/lz/food/plated_baked_potato_3.png"
} }
@@ -72,7 +72,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "soup", "when": "Beetroot Soup",
"model": "lz:food/soup_beetroot", "model": "lz:food/soup_beetroot",
"render_path": "renders/lz/food/soup_beetroot.png" "render_path": "renders/lz/food/soup_beetroot.png"
} }
@@ -85,7 +85,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "broth", "when": "Bone Broth",
"model": "lz:food/soup_bone_broth", "model": "lz:food/soup_bone_broth",
"render_path": "renders/lz/food/soup_bone_broth.png" "render_path": "renders/lz/food/soup_bone_broth.png"
} }
@@ -98,44 +98,44 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "sandwich_chicken_1", "when": "Chicken Sandwich 1",
"model": "lz:food/plated_sandwich_chicken_1", "model": "lz:food/plated_sandwich_chicken_1",
"render_path": "renders/lz/food/plated_sandwich_chicken_1.png" "render_path": "renders/lz/food/plated_sandwich_chicken_1.png"
}, },
{ {
"when": "sandwich_chicken_2", "when": "Chicken Sandwich 2",
"model": "lz:food/plated_sandwich_chicken_2", "model": "lz:food/plated_sandwich_chicken_2",
"render_path": "renders/lz/food/plated_sandwich_chicken_2.png" "render_path": "renders/lz/food/plated_sandwich_chicken_2.png"
}, },
{ {
"when": "sandwich_egg_1", "when": "Dark Glow Berry Sandwich",
"model": "lz:food/plated_sandwich_egg_1",
"render_path": "renders/lz/food/plated_sandwich_egg_1.png"
},
{
"when": "sandwich_egg_2",
"model": "lz:food/plated_sandwich_egg_2",
"render_path": "renders/lz/food/plated_sandwich_egg_2.png"
},
{
"when": "sandwich_glow_berry",
"model": "lz:food/plated_sandwich_glow_berry",
"render_path": "renders/lz/food/plated_sandwich_glow_berry.png"
},
{
"when": "sandwich_glow_berry_dark",
"model": "lz:food/plated_sandwich_glow_berry_dark", "model": "lz:food/plated_sandwich_glow_berry_dark",
"render_path": "renders/lz/food/plated_sandwich_glow_berry_dark.png" "render_path": "renders/lz/food/plated_sandwich_glow_berry_dark.png"
}, },
{ {
"when": "sandwich_sweet_berry", "when": "Dark Sweet Berry Sandwich",
"model": "lz:food/plated_sandwich_sweet_berry",
"render_path": "renders/lz/food/plated_sandwich_sweet_berry.png"
},
{
"when": "sandwich_sweet_berry_dark",
"model": "lz:food/plated_sandwich_sweet_berry_dark", "model": "lz:food/plated_sandwich_sweet_berry_dark",
"render_path": "renders/lz/food/plated_sandwich_sweet_berry_dark.png" "render_path": "renders/lz/food/plated_sandwich_sweet_berry_dark.png"
},
{
"when": "Egg Sandwich 1",
"model": "lz:food/plated_sandwich_egg_1",
"render_path": "renders/lz/food/plated_sandwich_egg_1.png"
},
{
"when": "Egg Sandwich 2",
"model": "lz:food/plated_sandwich_egg_2",
"render_path": "renders/lz/food/plated_sandwich_egg_2.png"
},
{
"when": "Glow Berry Sandwich",
"model": "lz:food/plated_sandwich_glow_berry",
"render_path": "renders/lz/food/plated_sandwich_glow_berry.png"
},
{
"when": "Sweet Berry Sandwich",
"model": "lz:food/plated_sandwich_sweet_berry",
"render_path": "renders/lz/food/plated_sandwich_sweet_berry.png"
} }
] ]
}, },
@@ -146,7 +146,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "slice", "when": "Frosted Cake Slice",
"model": "lz:food/plated_cake_slice", "model": "lz:food/plated_cake_slice",
"render_path": "renders/lz/food/plated_cake_slice.png" "render_path": "renders/lz/food/plated_cake_slice.png"
} }
@@ -159,7 +159,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "soup", "when": "Garden Carrot Soup",
"model": "lz:food/soup_vegetable", "model": "lz:food/soup_vegetable",
"render_path": "renders/lz/food/soup_vegetable.png" "render_path": "renders/lz/food/soup_vegetable.png"
} }
@@ -172,12 +172,12 @@
"render_path": "renders/minecraft/block/carved_pumpkin.png", "render_path": "renders/minecraft/block/carved_pumpkin.png",
"cases": [ "cases": [
{ {
"when": "floral_crown", "when": "Floral Crown",
"model": "lz:hats/floral_crown", "model": "lz:hats/floral_crown",
"render_path": "renders/lz/hats/floral_crown.png" "render_path": "renders/lz/hats/floral_crown.png"
}, },
{ {
"when": "witch_hat", "when": "Witch Hat",
"model": "lz:hats/witch", "model": "lz:hats/witch",
"render_path": "renders/lz/hats/witch.png" "render_path": "renders/lz/hats/witch.png"
} }
@@ -190,34 +190,34 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "drink", "when": "Chocolate Pie",
"model": "lz:food/drink_cocoa",
"render_path": "renders/lz/food/drink_cocoa.png"
},
{
"when": "pie",
"model": "lz:food/pie_chocolate", "model": "lz:food/pie_chocolate",
"render_path": "renders/lz/food/pie_chocolate.png" "render_path": "renders/lz/food/pie_chocolate.png"
}, },
{ {
"when": "pie_1", "when": "Chocolate Pie 1",
"model": "lz:food/pie_chocolate_1", "model": "lz:food/pie_chocolate_1",
"render_path": "renders/lz/food/pie_chocolate_1.png" "render_path": "renders/lz/food/pie_chocolate_1.png"
}, },
{ {
"when": "pie_2", "when": "Chocolate Pie 2",
"model": "lz:food/pie_chocolate_2", "model": "lz:food/pie_chocolate_2",
"render_path": "renders/lz/food/pie_chocolate_2.png" "render_path": "renders/lz/food/pie_chocolate_2.png"
}, },
{ {
"when": "pie_3", "when": "Chocolate Pie 3",
"model": "lz:food/pie_chocolate_3", "model": "lz:food/pie_chocolate_3",
"render_path": "renders/lz/food/pie_chocolate_3.png" "render_path": "renders/lz/food/pie_chocolate_3.png"
}, },
{ {
"when": "pie_4", "when": "Chocolate Pie 4",
"model": "lz:food/pie_chocolate_4", "model": "lz:food/pie_chocolate_4",
"render_path": "renders/lz/food/pie_chocolate_4.png" "render_path": "renders/lz/food/pie_chocolate_4.png"
},
{
"when": "Hot Chocolate",
"model": "lz:food/drink_cocoa",
"render_path": "renders/lz/food/drink_cocoa.png"
} }
] ]
}, },
@@ -228,44 +228,39 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "roll", "when": "Cod Roll",
"model": "lz:food/plated_cod_roll", "model": "lz:food/plated_cod_roll",
"render_path": "renders/lz/food/plated_cod_roll.png" "render_path": "renders/lz/food/plated_cod_roll.png"
}, },
{ {
"when": "roll_1", "when": "Cod Roll 1",
"model": "lz:food/plated_cod_roll_1", "model": "lz:food/plated_cod_roll_1",
"render_path": "renders/lz/food/plated_cod_roll_1.png" "render_path": "renders/lz/food/plated_cod_roll_1.png"
}, },
{ {
"when": "roll_2", "when": "Cod Roll 2",
"model": "lz:food/plated_cod_roll_2", "model": "lz:food/plated_cod_roll_2",
"render_path": "renders/lz/food/plated_cod_roll_2.png" "render_path": "renders/lz/food/plated_cod_roll_2.png"
}, },
{ {
"when": "roll_3", "when": "Cod Roll 3",
"model": "lz:food/plated_cod_roll_3", "model": "lz:food/plated_cod_roll_3",
"render_path": "renders/lz/food/plated_cod_roll_3.png" "render_path": "renders/lz/food/plated_cod_roll_3.png"
}, },
{ {
"when": "roll_4", "when": "Cod Roll 4",
"model": "lz:food/plated_cod_roll_4", "model": "lz:food/plated_cod_roll_4",
"render_path": "renders/lz/food/plated_cod_roll_4.png" "render_path": "renders/lz/food/plated_cod_roll_4.png"
}, },
{ {
"when": "roll_5", "when": "Cod Roll 5",
"model": "lz:food/plated_cod_roll_5", "model": "lz:food/plated_cod_roll_5",
"render_path": "renders/lz/food/plated_cod_roll_5.png" "render_path": "renders/lz/food/plated_cod_roll_5.png"
}, },
{ {
"when": "roll_6", "when": "Cod Roll 6",
"model": "lz:food/plated_cod_roll_6", "model": "lz:food/plated_cod_roll_6",
"render_path": "renders/lz/food/plated_cod_roll_6.png" "render_path": "renders/lz/food/plated_cod_roll_6.png"
},
{
"when": "stew",
"model": "lz:food/stew_baked_cod",
"render_path": "renders/lz/food/stew_baked_cod.png"
} }
] ]
}, },
@@ -276,7 +271,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "stew", "when": "Hearty Beef Stew",
"model": "lz:food/stew_beef", "model": "lz:food/stew_beef",
"render_path": "renders/lz/food/stew_beef.png" "render_path": "renders/lz/food/stew_beef.png"
} }
@@ -289,39 +284,39 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "roast", "when": "Chicken Broth",
"model": "lz:food/soup_chicken",
"render_path": "renders/lz/food/soup_chicken.png"
},
{
"when": "Roast Chicken",
"model": "lz:food/plated_roast_chicken", "model": "lz:food/plated_roast_chicken",
"render_path": "renders/lz/food/plated_roast_chicken.png" "render_path": "renders/lz/food/plated_roast_chicken.png"
}, },
{ {
"when": "roast_0", "when": "Roast Chicken 0",
"model": "lz:food/plated_roast_chicken_0", "model": "lz:food/plated_roast_chicken_0",
"render_path": "renders/lz/food/plated_roast_chicken_0.png" "render_path": "renders/lz/food/plated_roast_chicken_0.png"
}, },
{ {
"when": "roast_1", "when": "Roast Chicken 1",
"model": "lz:food/plated_roast_chicken_1", "model": "lz:food/plated_roast_chicken_1",
"render_path": "renders/lz/food/plated_roast_chicken_1.png" "render_path": "renders/lz/food/plated_roast_chicken_1.png"
}, },
{ {
"when": "roast_2", "when": "Roast Chicken 2",
"model": "lz:food/plated_roast_chicken_2", "model": "lz:food/plated_roast_chicken_2",
"render_path": "renders/lz/food/plated_roast_chicken_2.png" "render_path": "renders/lz/food/plated_roast_chicken_2.png"
}, },
{ {
"when": "roast_3", "when": "Roast Chicken 3",
"model": "lz:food/plated_roast_chicken_3", "model": "lz:food/plated_roast_chicken_3",
"render_path": "renders/lz/food/plated_roast_chicken_3.png" "render_path": "renders/lz/food/plated_roast_chicken_3.png"
}, },
{ {
"when": "roast_4", "when": "Roast Chicken 4",
"model": "lz:food/plated_roast_chicken_4", "model": "lz:food/plated_roast_chicken_4",
"render_path": "renders/lz/food/plated_roast_chicken_4.png" "render_path": "renders/lz/food/plated_roast_chicken_4.png"
},
{
"when": "soup",
"model": "lz:food/soup_chicken",
"render_path": "renders/lz/food/soup_chicken.png"
} }
] ]
}, },
@@ -332,12 +327,12 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "stew", "when": "Baked Cod Chowder",
"model": "lz:food/stew_baked_cod", "model": "lz:food/stew_baked_cod",
"render_path": "renders/lz/food/stew_baked_cod.png" "render_path": "renders/lz/food/stew_baked_cod.png"
}, },
{ {
"when": "stew_fish", "when": "Fish Chowder",
"model": "lz:food/stew_fish", "model": "lz:food/stew_fish",
"render_path": "renders/lz/food/stew_fish.png" "render_path": "renders/lz/food/stew_fish.png"
} }
@@ -350,32 +345,32 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "ham", "when": "Honey Glazed Ham",
"model": "lz:food/plated_honey_glazed_ham", "model": "lz:food/plated_honey_glazed_ham",
"render_path": "renders/lz/food/plated_honey_glazed_ham.png" "render_path": "renders/lz/food/plated_honey_glazed_ham.png"
}, },
{ {
"when": "ham_0", "when": "Honey Glazed Ham 0",
"model": "lz:food/plated_honey_glazed_ham_0", "model": "lz:food/plated_honey_glazed_ham_0",
"render_path": "renders/lz/food/plated_honey_glazed_ham_0.png" "render_path": "renders/lz/food/plated_honey_glazed_ham_0.png"
}, },
{ {
"when": "ham_1", "when": "Honey Glazed Ham 1",
"model": "lz:food/plated_honey_glazed_ham_1", "model": "lz:food/plated_honey_glazed_ham_1",
"render_path": "renders/lz/food/plated_honey_glazed_ham_1.png" "render_path": "renders/lz/food/plated_honey_glazed_ham_1.png"
}, },
{ {
"when": "ham_2", "when": "Honey Glazed Ham 2",
"model": "lz:food/plated_honey_glazed_ham_2", "model": "lz:food/plated_honey_glazed_ham_2",
"render_path": "renders/lz/food/plated_honey_glazed_ham_2.png" "render_path": "renders/lz/food/plated_honey_glazed_ham_2.png"
}, },
{ {
"when": "ham_3", "when": "Honey Glazed Ham 3",
"model": "lz:food/plated_honey_glazed_ham_3", "model": "lz:food/plated_honey_glazed_ham_3",
"render_path": "renders/lz/food/plated_honey_glazed_ham_3.png" "render_path": "renders/lz/food/plated_honey_glazed_ham_3.png"
}, },
{ {
"when": "ham_4", "when": "Honey Glazed Ham 4",
"model": "lz:food/plated_honey_glazed_ham_4", "model": "lz:food/plated_honey_glazed_ham_4",
"render_path": "renders/lz/food/plated_honey_glazed_ham_4.png" "render_path": "renders/lz/food/plated_honey_glazed_ham_4.png"
} }
@@ -388,7 +383,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "stew", "when": "Hare Stew",
"model": "lz:food/stew_rabbit", "model": "lz:food/stew_rabbit",
"render_path": "renders/lz/food/stew_rabbit.png" "render_path": "renders/lz/food/stew_rabbit.png"
} }
@@ -401,127 +396,127 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "chocolate", "when": "Chocolate Cookie",
"model": "lz:food/plated_cookie_chocolate", "model": "lz:food/plated_cookie_chocolate",
"render_path": "renders/lz/food/plated_cookie_chocolate.png" "render_path": "renders/lz/food/plated_cookie_chocolate.png"
}, },
{ {
"when": "chocolate_1", "when": "Chocolate Cookie 1",
"model": "lz:food/plated_cookie_chocolate_1", "model": "lz:food/plated_cookie_chocolate_1",
"render_path": "renders/lz/food/plated_cookie_chocolate_1.png" "render_path": "renders/lz/food/plated_cookie_chocolate_1.png"
}, },
{ {
"when": "chocolate_2", "when": "Chocolate Cookie 2",
"model": "lz:food/plated_cookie_chocolate_2", "model": "lz:food/plated_cookie_chocolate_2",
"render_path": "renders/lz/food/plated_cookie_chocolate_2.png" "render_path": "renders/lz/food/plated_cookie_chocolate_2.png"
}, },
{ {
"when": "chocolate_3", "when": "Chocolate Cookie 3",
"model": "lz:food/plated_cookie_chocolate_3", "model": "lz:food/plated_cookie_chocolate_3",
"render_path": "renders/lz/food/plated_cookie_chocolate_3.png" "render_path": "renders/lz/food/plated_cookie_chocolate_3.png"
}, },
{ {
"when": "chocolate_4", "when": "Chocolate Cookie 4",
"model": "lz:food/plated_cookie_chocolate_4", "model": "lz:food/plated_cookie_chocolate_4",
"render_path": "renders/lz/food/plated_cookie_chocolate_4.png" "render_path": "renders/lz/food/plated_cookie_chocolate_4.png"
}, },
{ {
"when": "cookie", "when": "Classic Cookie",
"model": "lz:food/plated_cookie", "model": "lz:food/plated_cookie",
"render_path": "renders/lz/food/plated_cookie.png" "render_path": "renders/lz/food/plated_cookie.png"
}, },
{ {
"when": "cookie_1", "when": "Cookie 1",
"model": "lz:food/plated_cookie_1", "model": "lz:food/plated_cookie_1",
"render_path": "renders/lz/food/plated_cookie_1.png" "render_path": "renders/lz/food/plated_cookie_1.png"
}, },
{ {
"when": "cookie_2", "when": "Cookie 2",
"model": "lz:food/plated_cookie_2", "model": "lz:food/plated_cookie_2",
"render_path": "renders/lz/food/plated_cookie_2.png" "render_path": "renders/lz/food/plated_cookie_2.png"
}, },
{ {
"when": "cookie_3", "when": "Cookie 3",
"model": "lz:food/plated_cookie_3", "model": "lz:food/plated_cookie_3",
"render_path": "renders/lz/food/plated_cookie_3.png" "render_path": "renders/lz/food/plated_cookie_3.png"
}, },
{ {
"when": "cookie_4", "when": "Cookie 4",
"model": "lz:food/plated_cookie_4", "model": "lz:food/plated_cookie_4",
"render_path": "renders/lz/food/plated_cookie_4.png" "render_path": "renders/lz/food/plated_cookie_4.png"
}, },
{ {
"when": "honey", "when": "Honey Cookie",
"model": "lz:food/plated_cookie_honey", "model": "lz:food/plated_cookie_honey",
"render_path": "renders/lz/food/plated_cookie_honey.png" "render_path": "renders/lz/food/plated_cookie_honey.png"
}, },
{ {
"when": "honey_1", "when": "Honey Cookie 1",
"model": "lz:food/plated_cookie_honey_1", "model": "lz:food/plated_cookie_honey_1",
"render_path": "renders/lz/food/plated_cookie_honey_1.png" "render_path": "renders/lz/food/plated_cookie_honey_1.png"
}, },
{ {
"when": "honey_2", "when": "Honey Cookie 2",
"model": "lz:food/plated_cookie_honey_2", "model": "lz:food/plated_cookie_honey_2",
"render_path": "renders/lz/food/plated_cookie_honey_2.png" "render_path": "renders/lz/food/plated_cookie_honey_2.png"
}, },
{ {
"when": "honey_3", "when": "Honey Cookie 3",
"model": "lz:food/plated_cookie_honey_3", "model": "lz:food/plated_cookie_honey_3",
"render_path": "renders/lz/food/plated_cookie_honey_3.png" "render_path": "renders/lz/food/plated_cookie_honey_3.png"
}, },
{ {
"when": "honey_4", "when": "Honey Cookie 4",
"model": "lz:food/plated_cookie_honey_4", "model": "lz:food/plated_cookie_honey_4",
"render_path": "renders/lz/food/plated_cookie_honey_4.png" "render_path": "renders/lz/food/plated_cookie_honey_4.png"
}, },
{ {
"when": "sugar", "when": "Sugar Cookie",
"model": "lz:food/plated_cookie_sugar", "model": "lz:food/plated_cookie_sugar",
"render_path": "renders/lz/food/plated_cookie_sugar.png" "render_path": "renders/lz/food/plated_cookie_sugar.png"
}, },
{ {
"when": "sugar_1", "when": "Sugar Cookie 1",
"model": "lz:food/plated_cookie_sugar_1", "model": "lz:food/plated_cookie_sugar_1",
"render_path": "renders/lz/food/plated_cookie_sugar_1.png" "render_path": "renders/lz/food/plated_cookie_sugar_1.png"
}, },
{ {
"when": "sugar_2", "when": "Sugar Cookie 2",
"model": "lz:food/plated_cookie_sugar_2", "model": "lz:food/plated_cookie_sugar_2",
"render_path": "renders/lz/food/plated_cookie_sugar_2.png" "render_path": "renders/lz/food/plated_cookie_sugar_2.png"
}, },
{ {
"when": "sugar_3", "when": "Sugar Cookie 3",
"model": "lz:food/plated_cookie_sugar_3", "model": "lz:food/plated_cookie_sugar_3",
"render_path": "renders/lz/food/plated_cookie_sugar_3.png" "render_path": "renders/lz/food/plated_cookie_sugar_3.png"
}, },
{ {
"when": "sugar_4", "when": "Sugar Cookie 4",
"model": "lz:food/plated_cookie_sugar_4", "model": "lz:food/plated_cookie_sugar_4",
"render_path": "renders/lz/food/plated_cookie_sugar_4.png" "render_path": "renders/lz/food/plated_cookie_sugar_4.png"
}, },
{ {
"when": "sweet_berry", "when": "Sweet Berry Cookie",
"model": "lz:food/plated_cookie_sweet_berry", "model": "lz:food/plated_cookie_sweet_berry",
"render_path": "renders/lz/food/plated_cookie_sweet_berry.png" "render_path": "renders/lz/food/plated_cookie_sweet_berry.png"
}, },
{ {
"when": "sweet_berry_1", "when": "Sweet Berry Cookie 1",
"model": "lz:food/plated_cookie_sweet_berry_1", "model": "lz:food/plated_cookie_sweet_berry_1",
"render_path": "renders/lz/food/plated_cookie_sweet_berry_1.png" "render_path": "renders/lz/food/plated_cookie_sweet_berry_1.png"
}, },
{ {
"when": "sweet_berry_2", "when": "Sweet Berry Cookie 2",
"model": "lz:food/plated_cookie_sweet_berry_2", "model": "lz:food/plated_cookie_sweet_berry_2",
"render_path": "renders/lz/food/plated_cookie_sweet_berry_2.png" "render_path": "renders/lz/food/plated_cookie_sweet_berry_2.png"
}, },
{ {
"when": "sweet_berry_3", "when": "Sweet Berry Cookie 3",
"model": "lz:food/plated_cookie_sweet_berry_3", "model": "lz:food/plated_cookie_sweet_berry_3",
"render_path": "renders/lz/food/plated_cookie_sweet_berry_3.png" "render_path": "renders/lz/food/plated_cookie_sweet_berry_3.png"
}, },
{ {
"when": "sweet_berry_4", "when": "Sweet Berry Cookie 4",
"model": "lz:food/plated_cookie_sweet_berry_4", "model": "lz:food/plated_cookie_sweet_berry_4",
"render_path": "renders/lz/food/plated_cookie_sweet_berry_4.png" "render_path": "renders/lz/food/plated_cookie_sweet_berry_4.png"
} }
@@ -534,22 +529,22 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "roll", "when": "Kelp Roll",
"model": "lz:food/plated_kelp_roll", "model": "lz:food/plated_kelp_roll",
"render_path": "renders/lz/food/plated_kelp_roll.png" "render_path": "renders/lz/food/plated_kelp_roll.png"
}, },
{ {
"when": "roll_1", "when": "Kelp Roll 1",
"model": "lz:food/plated_kelp_roll_1", "model": "lz:food/plated_kelp_roll_1",
"render_path": "renders/lz/food/plated_kelp_roll_1.png" "render_path": "renders/lz/food/plated_kelp_roll_1.png"
}, },
{ {
"when": "roll_2", "when": "Kelp Roll 2",
"model": "lz:food/plated_kelp_roll_2", "model": "lz:food/plated_kelp_roll_2",
"render_path": "renders/lz/food/plated_kelp_roll_2.png" "render_path": "renders/lz/food/plated_kelp_roll_2.png"
}, },
{ {
"when": "roll_3", "when": "Kelp Roll 3",
"model": "lz:food/plated_kelp_roll_3", "model": "lz:food/plated_kelp_roll_3",
"render_path": "renders/lz/food/plated_kelp_roll_3.png" "render_path": "renders/lz/food/plated_kelp_roll_3.png"
} }
@@ -562,19 +557,19 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "drink", "when": "Empty Bottle",
"model": "lz:food/glass_bottle", "model": "lz:food/glass_bottle",
"render_path": "renders/lz/food/glass_bottle.png" "render_path": "renders/lz/food/glass_bottle.png"
}, },
{ {
"when": "drink_water", "when": "Hot Chocolate Mug",
"model": "lz:food/drink_water",
"render_path": "renders/lz/food/drink_water.png"
},
{
"when": "mug_chocolate",
"model": "lz:festive/hot_chocolate_mug", "model": "lz:festive/hot_chocolate_mug",
"render_path": "renders/lz/festive/hot_chocolate_mug.png" "render_path": "renders/lz/festive/hot_chocolate_mug.png"
},
{
"when": "Spring Water",
"model": "lz:food/drink_water",
"render_path": "renders/lz/food/drink_water.png"
} }
] ]
}, },
@@ -585,32 +580,32 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "drink", "when": "Glow Berry Juice",
"model": "lz:food/drink_glow_berry", "model": "lz:food/drink_glow_berry",
"render_path": "renders/lz/food/drink_glow_berry.png" "render_path": "renders/lz/food/drink_glow_berry.png"
}, },
{ {
"when": "roll", "when": "Glow Berry Sweet Roll",
"model": "lz:food/plated_glow_berry_sweet_roll", "model": "lz:food/plated_glow_berry_sweet_roll",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll.png" "render_path": "renders/lz/food/plated_glow_berry_sweet_roll.png"
}, },
{ {
"when": "roll_1", "when": "Glow Berry Sweet Roll 1",
"model": "lz:food/plated_glow_berry_sweet_roll_1", "model": "lz:food/plated_glow_berry_sweet_roll_1",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll_1.png" "render_path": "renders/lz/food/plated_glow_berry_sweet_roll_1.png"
}, },
{ {
"when": "roll_2", "when": "Glow Berry Sweet Roll 2",
"model": "lz:food/plated_glow_berry_sweet_roll_2", "model": "lz:food/plated_glow_berry_sweet_roll_2",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll_2.png" "render_path": "renders/lz/food/plated_glow_berry_sweet_roll_2.png"
}, },
{ {
"when": "roll_3", "when": "Glow Berry Sweet Roll 3",
"model": "lz:food/plated_glow_berry_sweet_roll_3", "model": "lz:food/plated_glow_berry_sweet_roll_3",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll_3.png" "render_path": "renders/lz/food/plated_glow_berry_sweet_roll_3.png"
}, },
{ {
"when": "roll_4", "when": "Glow Berry Sweet Roll 4",
"model": "lz:food/plated_glow_berry_sweet_roll_4", "model": "lz:food/plated_glow_berry_sweet_roll_4",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll_4.png" "render_path": "renders/lz/food/plated_glow_berry_sweet_roll_4.png"
} }
@@ -623,17 +618,17 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "drink", "when": "Melon Juice",
"model": "lz:food/drink_melon_juice", "model": "lz:food/drink_melon_juice",
"render_path": "renders/lz/food/drink_melon_juice.png" "render_path": "renders/lz/food/drink_melon_juice.png"
}, },
{ {
"when": "popsicle_1", "when": "Melon Popsicle 1",
"model": "lz:food/plated_melon_popsicle_1", "model": "lz:food/plated_melon_popsicle_1",
"render_path": "renders/lz/food/plated_melon_popsicle_1.png" "render_path": "renders/lz/food/plated_melon_popsicle_1.png"
}, },
{ {
"when": "popsicle_2", "when": "Melon Popsicle 2",
"model": "lz:food/plated_melon_popsicle_2", "model": "lz:food/plated_melon_popsicle_2",
"render_path": "renders/lz/food/plated_melon_popsicle_2.png" "render_path": "renders/lz/food/plated_melon_popsicle_2.png"
} }
@@ -646,7 +641,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "stew", "when": "Mushroom Soup",
"model": "lz:food/stew_mushroom", "model": "lz:food/stew_mushroom",
"render_path": "renders/lz/food/stew_mushroom.png" "render_path": "renders/lz/food/stew_mushroom.png"
} }
@@ -659,7 +654,7 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "christmas", "when": "Christmas Tree",
"model": "lz:festive/christmas_tree", "model": "lz:festive/christmas_tree",
"render_path": "renders/lz/festive/christmas_tree.png" "render_path": "renders/lz/festive/christmas_tree.png"
} }
@@ -711,6 +706,11 @@
"model": "cards:item/standard/base", "model": "cards:item/standard/base",
"render_path": "renders/cards/item/standard/base.png" "render_path": "renders/cards/item/standard/base.png"
}, },
{
"when": "Black Joker",
"model": "cards:item/standard/j_01",
"render_path": "renders/cards/item/standard/j_01.png"
},
{ {
"when": "Card Back", "when": "Card Back",
"model": "cards:item/standard/back", "model": "cards:item/standard/back",
@@ -936,6 +936,11 @@
"model": "cards:item/standard/s_09", "model": "cards:item/standard/s_09",
"render_path": "renders/cards/item/standard/s_09.png" "render_path": "renders/cards/item/standard/s_09.png"
}, },
{
"when": "Presents",
"model": "lz:festive/presents",
"render_path": "renders/lz/festive/presents.png"
},
{ {
"when": "Queen of Clubs", "when": "Queen of Clubs",
"model": "cards:item/standard/c_12", "model": "cards:item/standard/c_12",
@@ -971,6 +976,11 @@
"model": "cards:item/standard/s_12", "model": "cards:item/standard/s_12",
"render_path": "renders/cards/item/standard/s_12.png" "render_path": "renders/cards/item/standard/s_12.png"
}, },
{
"when": "Red Joker",
"model": "cards:item/standard/j_02",
"render_path": "renders/cards/item/standard/j_02.png"
},
{ {
"when": "Seven of Clubs", "when": "Seven of Clubs",
"model": "cards:item/standard/c_07", "model": "cards:item/standard/c_07",
@@ -1145,11 +1155,6 @@
"when": "Two of Spades", "when": "Two of Spades",
"model": "cards:item/standard/s_02", "model": "cards:item/standard/s_02",
"render_path": "renders/cards/item/standard/s_02.png" "render_path": "renders/cards/item/standard/s_02.png"
},
{
"when": "presents",
"model": "lz:festive/presents",
"render_path": "renders/lz/festive/presents.png"
} }
] ]
}, },
@@ -1160,27 +1165,27 @@
"render_path": "renders/minecraft/block/pumpkin.png", "render_path": "renders/minecraft/block/pumpkin.png",
"cases": [ "cases": [
{ {
"when": "stuffed_pumpkin", "when": "Stuffed Pumpkin",
"model": "lz:food/stuffed_pumpkin", "model": "lz:food/stuffed_pumpkin",
"render_path": "renders/lz/food/stuffed_pumpkin.png" "render_path": "renders/lz/food/stuffed_pumpkin.png"
}, },
{ {
"when": "stuffed_pumpkin_1", "when": "Stuffed Pumpkin 1",
"model": "lz:food/stuffed_pumpkin_1", "model": "lz:food/stuffed_pumpkin_1",
"render_path": "renders/lz/food/stuffed_pumpkin_1.png" "render_path": "renders/lz/food/stuffed_pumpkin_1.png"
}, },
{ {
"when": "stuffed_pumpkin_2", "when": "Stuffed Pumpkin 2",
"model": "lz:food/stuffed_pumpkin_2", "model": "lz:food/stuffed_pumpkin_2",
"render_path": "renders/lz/food/stuffed_pumpkin_2.png" "render_path": "renders/lz/food/stuffed_pumpkin_2.png"
}, },
{ {
"when": "stuffed_pumpkin_3", "when": "Stuffed Pumpkin 3",
"model": "lz:food/stuffed_pumpkin_3", "model": "lz:food/stuffed_pumpkin_3",
"render_path": "renders/lz/food/stuffed_pumpkin_3.png" "render_path": "renders/lz/food/stuffed_pumpkin_3.png"
}, },
{ {
"when": "stuffed_pumpkin_4", "when": "Stuffed Pumpkin 4",
"model": "lz:food/stuffed_pumpkin_4", "model": "lz:food/stuffed_pumpkin_4",
"render_path": "renders/lz/food/stuffed_pumpkin_4.png" "render_path": "renders/lz/food/stuffed_pumpkin_4.png"
} }
@@ -1193,34 +1198,34 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "pie", "when": "Pumpkin Soup",
"model": "lz:food/soup_pumpkin",
"render_path": "renders/lz/food/soup_pumpkin.png"
},
{
"when": "Spiced Pumpkin Pie",
"model": "lz:food/pie_pumpkin", "model": "lz:food/pie_pumpkin",
"render_path": "renders/lz/food/pie_pumpkin.png" "render_path": "renders/lz/food/pie_pumpkin.png"
}, },
{ {
"when": "pie_1", "when": "Spiced Pumpkin Pie 1",
"model": "lz:food/pie_pumpkin_1", "model": "lz:food/pie_pumpkin_1",
"render_path": "renders/lz/food/pie_pumpkin_1.png" "render_path": "renders/lz/food/pie_pumpkin_1.png"
}, },
{ {
"when": "pie_2", "when": "Spiced Pumpkin Pie 2",
"model": "lz:food/pie_pumpkin_2", "model": "lz:food/pie_pumpkin_2",
"render_path": "renders/lz/food/pie_pumpkin_2.png" "render_path": "renders/lz/food/pie_pumpkin_2.png"
}, },
{ {
"when": "pie_3", "when": "Spiced Pumpkin Pie 3",
"model": "lz:food/pie_pumpkin_3", "model": "lz:food/pie_pumpkin_3",
"render_path": "renders/lz/food/pie_pumpkin_3.png" "render_path": "renders/lz/food/pie_pumpkin_3.png"
}, },
{ {
"when": "pie_4", "when": "Spiced Pumpkin Pie 4",
"model": "lz:food/pie_pumpkin_4", "model": "lz:food/pie_pumpkin_4",
"render_path": "renders/lz/food/pie_pumpkin_4.png" "render_path": "renders/lz/food/pie_pumpkin_4.png"
},
{
"when": "soup",
"model": "lz:food/soup_pumpkin",
"render_path": "renders/lz/food/soup_pumpkin.png"
} }
] ]
}, },
@@ -1231,37 +1236,37 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "roll", "when": "Salmon Roll",
"model": "lz:food/plated_salmon_roll", "model": "lz:food/plated_salmon_roll",
"render_path": "renders/lz/food/plated_salmon_roll.png" "render_path": "renders/lz/food/plated_salmon_roll.png"
}, },
{ {
"when": "roll_1", "when": "Salmon Roll 1",
"model": "lz:food/plated_salmon_roll_1", "model": "lz:food/plated_salmon_roll_1",
"render_path": "renders/lz/food/plated_salmon_roll_1.png" "render_path": "renders/lz/food/plated_salmon_roll_1.png"
}, },
{ {
"when": "roll_2", "when": "Salmon Roll 2",
"model": "lz:food/plated_salmon_roll_2", "model": "lz:food/plated_salmon_roll_2",
"render_path": "renders/lz/food/plated_salmon_roll_2.png" "render_path": "renders/lz/food/plated_salmon_roll_2.png"
}, },
{ {
"when": "roll_3", "when": "Salmon Roll 3",
"model": "lz:food/plated_salmon_roll_3", "model": "lz:food/plated_salmon_roll_3",
"render_path": "renders/lz/food/plated_salmon_roll_3.png" "render_path": "renders/lz/food/plated_salmon_roll_3.png"
}, },
{ {
"when": "roll_4", "when": "Salmon Roll 4",
"model": "lz:food/plated_salmon_roll_4", "model": "lz:food/plated_salmon_roll_4",
"render_path": "renders/lz/food/plated_salmon_roll_4.png" "render_path": "renders/lz/food/plated_salmon_roll_4.png"
}, },
{ {
"when": "roll_5", "when": "Salmon Roll 5",
"model": "lz:food/plated_salmon_roll_5", "model": "lz:food/plated_salmon_roll_5",
"render_path": "renders/lz/food/plated_salmon_roll_5.png" "render_path": "renders/lz/food/plated_salmon_roll_5.png"
}, },
{ {
"when": "roll_6", "when": "Salmon Roll 6",
"model": "lz:food/plated_salmon_roll_6", "model": "lz:food/plated_salmon_roll_6",
"render_path": "renders/lz/food/plated_salmon_roll_6.png" "render_path": "renders/lz/food/plated_salmon_roll_6.png"
} }
@@ -1274,7 +1279,7 @@
"render_path": "renders/minecraft/block/snow_block.png", "render_path": "renders/minecraft/block/snow_block.png",
"cases": [ "cases": [
{ {
"when": "snowman", "when": "Snowman",
"model": "lz:festive/snowman", "model": "lz:festive/snowman",
"render_path": "renders/lz/festive/snowman.png" "render_path": "renders/lz/festive/snowman.png"
} }
@@ -1287,32 +1292,32 @@
"render_path": null, "render_path": null,
"cases": [ "cases": [
{ {
"when": "drink", "when": "Sweet Berry Juice",
"model": "lz:food/drink_sweet_berry", "model": "lz:food/drink_sweet_berry",
"render_path": "renders/lz/food/drink_sweet_berry.png" "render_path": "renders/lz/food/drink_sweet_berry.png"
}, },
{ {
"when": "pie", "when": "Sweet Berry Pie",
"model": "lz:food/pie_sweet_berry", "model": "lz:food/pie_sweet_berry",
"render_path": "renders/lz/food/pie_sweet_berry.png" "render_path": "renders/lz/food/pie_sweet_berry.png"
}, },
{ {
"when": "pie_1", "when": "Sweet Berry Pie 1",
"model": "lz:food/pie_sweet_berry_1", "model": "lz:food/pie_sweet_berry_1",
"render_path": "renders/lz/food/pie_sweet_berry_1.png" "render_path": "renders/lz/food/pie_sweet_berry_1.png"
}, },
{ {
"when": "pie_2", "when": "Sweet Berry Pie 2",
"model": "lz:food/pie_sweet_berry_2", "model": "lz:food/pie_sweet_berry_2",
"render_path": "renders/lz/food/pie_sweet_berry_2.png" "render_path": "renders/lz/food/pie_sweet_berry_2.png"
}, },
{ {
"when": "pie_3", "when": "Sweet Berry Pie 3",
"model": "lz:food/pie_sweet_berry_3", "model": "lz:food/pie_sweet_berry_3",
"render_path": "renders/lz/food/pie_sweet_berry_3.png" "render_path": "renders/lz/food/pie_sweet_berry_3.png"
}, },
{ {
"when": "pie_4", "when": "Sweet Berry Pie 4",
"model": "lz:food/pie_sweet_berry_4", "model": "lz:food/pie_sweet_berry_4",
"render_path": "renders/lz/food/pie_sweet_berry_4.png" "render_path": "renders/lz/food/pie_sweet_berry_4.png"
} }
+15 -5
View File
@@ -69,6 +69,10 @@ def render_path_for_model(model_ref: str) -> Path | None:
return Path("renders") / namespace / Path(path).with_suffix(".png") return Path("renders") / namespace / Path(path).with_suffix(".png")
def display_name_for_item(item_name: str) -> str:
return item_name.replace("_", " ").title()
def collect_renameable_items(pack_root: Path) -> list[dict[str, Any]]: def collect_renameable_items(pack_root: Path) -> list[dict[str, Any]]:
item_files = sorted(pack_root.glob("assets/*/items/*.json")) item_files = sorted(pack_root.glob("assets/*/items/*.json"))
records: list[dict[str, Any]] = [] records: list[dict[str, Any]] = []
@@ -154,13 +158,15 @@ def build_markdown(records: list[dict[str, Any]]) -> str:
lines.append("Sections are sorted by the item they are generated from.") lines.append("Sections are sorted by the item they are generated from.")
for record in records: for record in records:
lines.append(f"## {record['item']}") display_name = display_name_for_item(record["item"])
lines.append(f"## {display_name}")
lines.append("") lines.append("")
lines.append(f"- Generated from: `{record['source_file']}`") lines.append(f"- Generated from: `{record['source_file']}`")
lines.append(f"- Fallback model: `{record['fallback_model']}`") lines.append(f"- Fallback model: `{record['fallback_model']}`")
if record["render_path"]: if record["render_path"]:
lines.append(f"- Base render: `{record['render_path']}`") lines.append(f"- Base render: `{record['render_path']}`")
lines.append(f" - Preview: <img src=\"{record['render_path']}\" alt=\"{record['item']}\" width=\"160\" />") lines.append(f" - Preview: <img src=\"{record['render_path']}\" alt=\"{display_name}\" width=\"160\" />")
else: else:
lines.append("- Base render: not present yet") lines.append("- Base render: not present yet")
@@ -248,7 +254,9 @@ def build_namespace_catalog(records: list[dict[str, Any]], namespace: str) -> st
lines.append("") lines.append("")
for record in namespace_records: for record in namespace_records:
lines.append(f"## {record['item']}") display_name = display_name_for_item(record["item"])
lines.append(f"## {display_name}")
lines.append("") lines.append("")
lines.append(f"- Generated from: `{record['source_file']}`") lines.append(f"- Generated from: `{record['source_file']}`")
lines.append(f"- Fallback model: `{record['fallback_model']}`") lines.append(f"- Fallback model: `{record['fallback_model']}`")
@@ -286,6 +294,8 @@ def build_html(records: list[dict[str, Any]]) -> str:
for record in records: for record in records:
preview_items: list[str] = [] preview_items: list[str] = []
display_name = display_name_for_item(record["item"])
for case in record["cases"]: for case in record["cases"]:
render_path = case["render_path"] render_path = case["render_path"]
if render_path: if render_path:
@@ -303,7 +313,7 @@ def build_html(records: list[dict[str, Any]]) -> str:
render_path = record["render_path"] render_path = record["render_path"]
if render_path: if render_path:
hero = f'<img src="{html.escape(render_path)}" alt="{html.escape(record["item"])}" />' hero = f'<img src="{html.escape(render_path)}" alt="{html.escape(display_name)}" />'
else: else:
hero = '<div class="hero-missing">no base render</div>' hero = '<div class="hero-missing">no base render</div>'
@@ -311,7 +321,7 @@ def build_html(records: list[dict[str, Any]]) -> str:
"<section class='card'>" "<section class='card'>"
f"<div class='hero'>{hero}</div>" f"<div class='hero'>{hero}</div>"
"<div class='meta'>" "<div class='meta'>"
f"<h2>{html.escape(record['item'])}</h2>" f"<h2>{html.escape(display_name)}</h2>"
f"<p class='source'>{html.escape(record['source_file'])}</p>" f"<p class='source'>{html.escape(record['source_file'])}</p>"
f"<p class='fallback'>Fallback model: {html.escape(record['fallback_model'])}</p>" f"<p class='fallback'>Fallback model: {html.escape(record['fallback_model'])}</p>"
f"<div class='variants'>{''.join(preview_items)}</div>" f"<div class='variants'>{''.join(preview_items)}</div>"