diff --git a/assets/minecraft/items/apple.json b/assets/minecraft/items/apple.json
index 777910d..8645f37 100644
--- a/assets/minecraft/items/apple.json
+++ b/assets/minecraft/items/apple.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/apple"
},
"cases": [
- { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
- { "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
- { "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
- { "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
- { "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
- { "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
+ { "when": "Apple Pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
+ { "when": "Apple Pie 1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
+ { "when": "Apple Pie 2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
+ { "when": "Apple Pie 3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
+ { "when": "Apple Pie 4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
+ { "when": "Apple Cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}
diff --git a/assets/minecraft/items/baked_potato.json b/assets/minecraft/items/baked_potato.json
index f9227a4..f8ff8f9 100644
--- a/assets/minecraft/items/baked_potato.json
+++ b/assets/minecraft/items/baked_potato.json
@@ -8,10 +8,10 @@
"model": "minecraft:item/baked_potato"
},
"cases": [
- { "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
- { "when": "baked_1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
- { "when": "baked_2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
- { "when": "baked_3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
+ { "when": "Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
+ { "when": "Baked Potato 1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
+ { "when": "Baked Potato 2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
+ { "when": "Baked Potato 3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
]
}
}
diff --git a/assets/minecraft/items/beetroot_soup.json b/assets/minecraft/items/beetroot_soup.json
index 4e3be8d..77c6a71 100644
--- a/assets/minecraft/items/beetroot_soup.json
+++ b/assets/minecraft/items/beetroot_soup.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/beetroot_soup"
},
"cases": [
- { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
+ { "when": "Beetroot Soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
]
}
}
diff --git a/assets/minecraft/items/bone.json b/assets/minecraft/items/bone.json
index c355c2c..ee29100 100644
--- a/assets/minecraft/items/bone.json
+++ b/assets/minecraft/items/bone.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/bone"
},
"cases": [
- { "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
+ { "when": "Bone Broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
]
}
}
diff --git a/assets/minecraft/items/bread.json b/assets/minecraft/items/bread.json
index 6ebdece..ddb97a2 100644
--- a/assets/minecraft/items/bread.json
+++ b/assets/minecraft/items/bread.json
@@ -8,14 +8,14 @@
"model": "minecraft:item/bread"
},
"cases": [
- { "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
- { "when": "sandwich_chicken_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
- { "when": "sandwich_egg_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
- { "when": "sandwich_egg_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
- { "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
- { "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
- { "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
- { "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
+ { "when": "Chicken Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
+ { "when": "Chicken Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
+ { "when": "Egg Sandwich 1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
+ { "when": "Egg Sandwich 2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
+ { "when": "Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
+ { "when": "Dark Glow Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
+ { "when": "Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
+ { "when": "Dark Sweet Berry Sandwich", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}
diff --git a/assets/minecraft/items/cake.json b/assets/minecraft/items/cake.json
index 282bc77..b95855a 100644
--- a/assets/minecraft/items/cake.json
+++ b/assets/minecraft/items/cake.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/cake"
},
"cases": [
- { "when": "slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
+ { "when": "Frosted Cake Slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
]
}
}
diff --git a/assets/minecraft/items/carrot.json b/assets/minecraft/items/carrot.json
index 3faa175..b389bbb 100644
--- a/assets/minecraft/items/carrot.json
+++ b/assets/minecraft/items/carrot.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/carrot"
},
"cases": [
- { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
+ { "when": "Garden Carrot Soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
]
}
}
diff --git a/assets/minecraft/items/carved_pumpkin.json b/assets/minecraft/items/carved_pumpkin.json
index d78ddc9..31f8e20 100644
--- a/assets/minecraft/items/carved_pumpkin.json
+++ b/assets/minecraft/items/carved_pumpkin.json
@@ -8,8 +8,8 @@
"model": "minecraft:block/carved_pumpkin"
},
"cases": [
- { "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } },
- { "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
+ { "when": "Witch Hat", "model": { "type": "model", "model": "lz:hats/witch" } },
+ { "when": "Floral Crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
]
}
}
diff --git a/assets/minecraft/items/cocoa_beans.json b/assets/minecraft/items/cocoa_beans.json
index 5e919a1..b32cdf6 100644
--- a/assets/minecraft/items/cocoa_beans.json
+++ b/assets/minecraft/items/cocoa_beans.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/cocoa_beans"
},
"cases": [
- { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
- { "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
- { "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
- { "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
- { "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
- { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
+ { "when": "Chocolate Pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
+ { "when": "Chocolate Pie 1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
+ { "when": "Chocolate Pie 2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
+ { "when": "Chocolate Pie 3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
+ { "when": "Chocolate Pie 4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
+ { "when": "Hot Chocolate", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}
diff --git a/assets/minecraft/items/cod.json b/assets/minecraft/items/cod.json
index 97aac01..d01a11d 100644
--- a/assets/minecraft/items/cod.json
+++ b/assets/minecraft/items/cod.json
@@ -8,14 +8,13 @@
"model": "minecraft:item/cod"
},
"cases": [
- { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
- { "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
- { "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
- { "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
- { "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
- { "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
- { "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
- { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
+ { "when": "Cod Roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
+ { "when": "Cod Roll 1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
+ { "when": "Cod Roll 2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
+ { "when": "Cod Roll 3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
+ { "when": "Cod Roll 4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
+ { "when": "Cod Roll 5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
+ { "when": "Cod Roll 6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } }
]
}
}
diff --git a/assets/minecraft/items/cooked_beef.json b/assets/minecraft/items/cooked_beef.json
index 022e0b2..3f98f1d 100644
--- a/assets/minecraft/items/cooked_beef.json
+++ b/assets/minecraft/items/cooked_beef.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_beef"
},
"cases": [
- { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_beef" } }
+ { "when": "Hearty Beef Stew", "model": { "type": "model", "model": "lz:food/stew_beef" } }
]
}
}
diff --git a/assets/minecraft/items/cooked_chicken.json b/assets/minecraft/items/cooked_chicken.json
index 8a29add..2122949 100644
--- a/assets/minecraft/items/cooked_chicken.json
+++ b/assets/minecraft/items/cooked_chicken.json
@@ -8,13 +8,13 @@
"model": "minecraft:item/cooked_chicken"
},
"cases": [
- { "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
- { "when": "roast_0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
- { "when": "roast_1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
- { "when": "roast_2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
- { "when": "roast_3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
- { "when": "roast_4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
- { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
+ { "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
+ { "when": "Roast Chicken 0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
+ { "when": "Roast Chicken 1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
+ { "when": "Roast Chicken 2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
+ { "when": "Roast Chicken 3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
+ { "when": "Roast Chicken 4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
+ { "when": "Chicken Broth", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
]
}
}
diff --git a/assets/minecraft/items/cooked_cod.json b/assets/minecraft/items/cooked_cod.json
index 202097e..ce97afd 100644
--- a/assets/minecraft/items/cooked_cod.json
+++ b/assets/minecraft/items/cooked_cod.json
@@ -8,8 +8,8 @@
"model": "minecraft:item/cooked_cod"
},
"cases": [
- { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
- { "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
+ { "when": "Baked Cod Chowder", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
+ { "when": "Fish Chowder", "model": { "type": "model", "model": "lz:food/stew_fish" } }
]
}
}
diff --git a/assets/minecraft/items/cooked_porkchop.json b/assets/minecraft/items/cooked_porkchop.json
index c5cdaa2..4d9c8b5 100644
--- a/assets/minecraft/items/cooked_porkchop.json
+++ b/assets/minecraft/items/cooked_porkchop.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/cooked_porkchop"
},
"cases": [
- { "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
- { "when": "ham_0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
- { "when": "ham_1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
- { "when": "ham_2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
- { "when": "ham_3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
- { "when": "ham_4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
+ { "when": "Honey Glazed Ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
+ { "when": "Honey Glazed Ham 0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
+ { "when": "Honey Glazed Ham 1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
+ { "when": "Honey Glazed Ham 2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
+ { "when": "Honey Glazed Ham 3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
+ { "when": "Honey Glazed Ham 4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
]
}
}
diff --git a/assets/minecraft/items/cooked_rabbit.json b/assets/minecraft/items/cooked_rabbit.json
index 084665a..9c5a22f 100644
--- a/assets/minecraft/items/cooked_rabbit.json
+++ b/assets/minecraft/items/cooked_rabbit.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_rabbit"
},
"cases": [
- { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
+ { "when": "Hare Stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
]
}
}
diff --git a/assets/minecraft/items/cookie.json b/assets/minecraft/items/cookie.json
index 6e24735..d798e1e 100644
--- a/assets/minecraft/items/cookie.json
+++ b/assets/minecraft/items/cookie.json
@@ -8,31 +8,31 @@
"model": "minecraft:item/cookie"
},
"cases": [
- { "when": "cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } },
- { "when": "cookie_1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
- { "when": "cookie_2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } },
- { "when": "cookie_3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
- { "when": "cookie_4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } },
- { "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
- { "when": "sweet_berry_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_1" } },
- { "when": "sweet_berry_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_2" } },
- { "when": "sweet_berry_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_3" } },
- { "when": "sweet_berry_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_4" } },
- { "when": "honey", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
- { "when": "honey_1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } },
- { "when": "honey_2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_2" } },
- { "when": "honey_3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_3" } },
- { "when": "honey_4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
- { "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
- { "when": "sugar_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } },
- { "when": "sugar_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_2" } },
- { "when": "sugar_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_3" } },
- { "when": "sugar_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
- { "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
- { "when": "chocolate_1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } },
- { "when": "chocolate_2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_2" } },
- { "when": "chocolate_3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_3" } },
- { "when": "chocolate_4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_4" } }
+ { "when": "Classic Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } },
+ { "when": "Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
+ { "when": "Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } },
+ { "when": "Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
+ { "when": "Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } },
+ { "when": "Sweet Berry Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
+ { "when": "Sweet Berry Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_1" } },
+ { "when": "Sweet Berry Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_2" } },
+ { "when": "Sweet Berry Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_3" } },
+ { "when": "Sweet Berry Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_4" } },
+ { "when": "Honey Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
+ { "when": "Honey Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } },
+ { "when": "Honey Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_2" } },
+ { "when": "Honey Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_3" } },
+ { "when": "Honey Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
+ { "when": "Sugar Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
+ { "when": "Sugar Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } },
+ { "when": "Sugar Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_2" } },
+ { "when": "Sugar Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_3" } },
+ { "when": "Sugar Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
+ { "when": "Chocolate Cookie", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
+ { "when": "Chocolate Cookie 1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } },
+ { "when": "Chocolate Cookie 2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_2" } },
+ { "when": "Chocolate Cookie 3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_3" } },
+ { "when": "Chocolate Cookie 4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_4" } }
]
}
}
diff --git a/assets/minecraft/items/dried_kelp.json b/assets/minecraft/items/dried_kelp.json
index f016117..aec1cc3 100644
--- a/assets/minecraft/items/dried_kelp.json
+++ b/assets/minecraft/items/dried_kelp.json
@@ -8,10 +8,10 @@
"model": "minecraft:item/dried_kelp"
},
"cases": [
- { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
- { "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
- { "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
- { "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
+ { "when": "Kelp Roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
+ { "when": "Kelp Roll 1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
+ { "when": "Kelp Roll 2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
+ { "when": "Kelp Roll 3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}
diff --git a/assets/minecraft/items/glass_bottle.json b/assets/minecraft/items/glass_bottle.json
index 3b14448..b950799 100644
--- a/assets/minecraft/items/glass_bottle.json
+++ b/assets/minecraft/items/glass_bottle.json
@@ -8,9 +8,9 @@
"model": "minecraft:item/glass_bottle"
},
"cases": [
- { "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } },
- { "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
- { "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } }
+ { "when": "Empty Bottle", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
+ { "when": "Spring Water", "model": { "type": "model", "model": "lz:food/drink_water" } },
+ { "when": "Hot Chocolate Mug", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }
]
}
}
diff --git a/assets/minecraft/items/glow_berries.json b/assets/minecraft/items/glow_berries.json
index da5a5fd..5d51f8a 100644
--- a/assets/minecraft/items/glow_berries.json
+++ b/assets/minecraft/items/glow_berries.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/glow_berries"
},
"cases": [
- { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } },
- { "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_1" } },
- { "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_2" } },
- { "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_3" } },
- { "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_4" } },
- { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
+ { "when": "Glow Berry Sweet Roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } },
+ { "when": "Glow Berry Sweet Roll 1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_1" } },
+ { "when": "Glow Berry Sweet Roll 2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_2" } },
+ { "when": "Glow Berry Sweet Roll 3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_3" } },
+ { "when": "Glow Berry Sweet Roll 4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_4" } },
+ { "when": "Glow Berry Juice", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
]
}
}
diff --git a/assets/minecraft/items/melon_slice.json b/assets/minecraft/items/melon_slice.json
index 61c2a0d..b1d0fa2 100644
--- a/assets/minecraft/items/melon_slice.json
+++ b/assets/minecraft/items/melon_slice.json
@@ -8,9 +8,9 @@
"model": "minecraft:item/melon_slice"
},
"cases": [
- { "when": "popsicle_1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } },
- { "when": "popsicle_2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_2" } },
- { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
+ { "when": "Melon Popsicle 1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } },
+ { "when": "Melon Popsicle 2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_2" } },
+ { "when": "Melon Juice", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
]
}
}
diff --git a/assets/minecraft/items/mushroom_stew.json b/assets/minecraft/items/mushroom_stew.json
index 9105f93..9427020 100644
--- a/assets/minecraft/items/mushroom_stew.json
+++ b/assets/minecraft/items/mushroom_stew.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/mushroom_stew"
},
"cases": [
- { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
+ { "when": "Mushroom Soup", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
]
}
}
diff --git a/assets/minecraft/items/oak_sapling.json b/assets/minecraft/items/oak_sapling.json
index eda8177..6307002 100644
--- a/assets/minecraft/items/oak_sapling.json
+++ b/assets/minecraft/items/oak_sapling.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/oak_sapling"
},
"cases": [
- { "when": "christmas", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
+ { "when": "Christmas Tree", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
]
}
}
diff --git a/assets/minecraft/items/paper.json b/assets/minecraft/items/paper.json
index 48de2cd..739bbef 100644
--- a/assets/minecraft/items/paper.json
+++ b/assets/minecraft/items/paper.json
@@ -67,6 +67,9 @@
{ "when": "Queen of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_12" } },
{ "when": "King of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_13" } },
+ { "when": "Black Joker", "model": { "type": "model", "model": "cards:item/standard/j_01" } },
+ { "when": "Red Joker", "model": { "type": "model", "model": "cards:item/standard/j_02" } },
+
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },
@@ -112,7 +115,7 @@
{ "when": "Queen of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
{ "when": "King of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
- { "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } }
+ { "when": "Presents", "model": { "type": "model", "model": "lz:festive/presents" } }
]
}
}
diff --git a/assets/minecraft/items/pumpkin.json b/assets/minecraft/items/pumpkin.json
index a9e6a99..349816a 100644
--- a/assets/minecraft/items/pumpkin.json
+++ b/assets/minecraft/items/pumpkin.json
@@ -8,11 +8,11 @@
"model": "minecraft:block/pumpkin"
},
"cases": [
- { "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
- { "when": "stuffed_pumpkin_1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
- { "when": "stuffed_pumpkin_2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
- { "when": "stuffed_pumpkin_3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
- { "when": "stuffed_pumpkin_4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
+ { "when": "Stuffed Pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
+ { "when": "Stuffed Pumpkin 1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
+ { "when": "Stuffed Pumpkin 2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
+ { "when": "Stuffed Pumpkin 3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
+ { "when": "Stuffed Pumpkin 4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
]
}
}
diff --git a/assets/minecraft/items/pumpkin_pie.json b/assets/minecraft/items/pumpkin_pie.json
index d4742be..183be53 100644
--- a/assets/minecraft/items/pumpkin_pie.json
+++ b/assets/minecraft/items/pumpkin_pie.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/pumpkin_pie"
},
"cases": [
- { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
- { "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
- { "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
- { "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
- { "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
- { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
+ { "when": "Spiced Pumpkin Pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
+ { "when": "Spiced Pumpkin Pie 1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
+ { "when": "Spiced Pumpkin Pie 2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
+ { "when": "Spiced Pumpkin Pie 3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
+ { "when": "Spiced Pumpkin Pie 4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
+ { "when": "Pumpkin Soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
]
}
}
diff --git a/assets/minecraft/items/salmon.json b/assets/minecraft/items/salmon.json
index 174f1f6..ff71aa9 100644
--- a/assets/minecraft/items/salmon.json
+++ b/assets/minecraft/items/salmon.json
@@ -8,13 +8,13 @@
"model": "minecraft:item/salmon"
},
"cases": [
- { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
- { "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
- { "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
- { "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
- { "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
- { "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
- { "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
+ { "when": "Salmon Roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
+ { "when": "Salmon Roll 1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
+ { "when": "Salmon Roll 2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
+ { "when": "Salmon Roll 3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
+ { "when": "Salmon Roll 4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
+ { "when": "Salmon Roll 5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
+ { "when": "Salmon Roll 6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
]
}
}
diff --git a/assets/minecraft/items/snow_block.json b/assets/minecraft/items/snow_block.json
index 8387c0e..8785a93 100644
--- a/assets/minecraft/items/snow_block.json
+++ b/assets/minecraft/items/snow_block.json
@@ -8,7 +8,7 @@
"model": "minecraft:block/snow_block"
},
"cases": [
- { "when": "snowman", "model": { "type": "model", "model": "lz:festive/snowman" } }
+ { "when": "Snowman", "model": { "type": "model", "model": "lz:festive/snowman" } }
]
}
}
diff --git a/assets/minecraft/items/sweet_berries.json b/assets/minecraft/items/sweet_berries.json
index 393aba4..256b261 100644
--- a/assets/minecraft/items/sweet_berries.json
+++ b/assets/minecraft/items/sweet_berries.json
@@ -8,12 +8,12 @@
"model": "minecraft:item/sweet_berries"
},
"cases": [
- { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
- { "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
- { "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
- { "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
- { "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
- { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
+ { "when": "Sweet Berry Pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
+ { "when": "Sweet Berry Pie 1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
+ { "when": "Sweet Berry Pie 2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
+ { "when": "Sweet Berry Pie 3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
+ { "when": "Sweet Berry Pie 4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
+ { "when": "Sweet Berry Juice", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
]
}
}
diff --git a/build/renameable-items-cards.md b/build/renameable-items-cards.md
index bafa5b0..05b37c7 100644
--- a/build/renameable-items-cards.md
+++ b/build/renameable-items-cards.md
@@ -5,10 +5,10 @@ Generated from the resource pack item model JSON.
## Summary
- Base items: 1
-- Rename variants: 95
+- Rename variants: 97
- Render mode: local Python renderer
-## paper
+## Paper
- Generated from: `assets/minecraft/items/paper.json`
- Fallback model: `minecraft:item/paper`
@@ -31,6 +31,8 @@ Generated from the resource pack item model JSON.
- Preview:
- `Base Card` -> `cards:item/standard/base`
- Preview:
+- `Black Joker` -> `cards:item/standard/j_01`
+ - Preview:
- `Card Back` -> `cards:item/standard/back`
- Preview:
- `Custom Base Card` -> `cards:item/custom/base`
@@ -135,6 +137,8 @@ Generated from the resource pack item model JSON.
- Preview:
- `Queen of Spades` -> `cards:item/standard/s_12`
- Preview:
+- `Red Joker` -> `cards:item/standard/j_02`
+ - Preview:
- `Seven of Clubs` -> `cards:item/standard/c_07`
- Preview:
- `Seven of Creeper` -> `cards:item/custom/s_07`
diff --git a/build/renameable-items-lz.md b/build/renameable-items-lz.md
index 81a362e..2eea0fe 100644
--- a/build/renameable-items-lz.md
+++ b/build/renameable-items-lz.md
@@ -5,480 +5,478 @@ Generated from the resource pack item model JSON.
## Summary
- Base items: 28
-- Rename variants: 124
+- Rename variants: 123
- Render mode: local Python renderer
-## apple
+## Apple
- Generated from: `assets/minecraft/items/apple.json`
- Fallback model: `minecraft:item/apple`
### Rename variants
-- `cider` -> `lz:food/drink_apple_cider`
- - Preview:
-- `pie` -> `lz:food/pie_apple`
- - Preview:
-- `pie_1` -> `lz:food/pie_apple_1`
- - Preview:
-- `pie_2` -> `lz:food/pie_apple_2`
- - Preview:
-- `pie_3` -> `lz:food/pie_apple_3`
- - Preview:
-- `pie_4` -> `lz:food/pie_apple_4`
- - Preview:
+- `Apple Cider` -> `lz:food/drink_apple_cider`
+ - Preview:
+- `Apple Pie` -> `lz:food/pie_apple`
+ - Preview:
+- `Apple Pie 1` -> `lz:food/pie_apple_1`
+ - Preview:
+- `Apple Pie 2` -> `lz:food/pie_apple_2`
+ - Preview:
+- `Apple Pie 3` -> `lz:food/pie_apple_3`
+ - Preview:
+- `Apple Pie 4` -> `lz:food/pie_apple_4`
+ - Preview:
-## baked_potato
+## Baked Potato
- Generated from: `assets/minecraft/items/baked_potato.json`
- Fallback model: `minecraft:item/baked_potato`
### Rename variants
-- `baked` -> `lz:food/plated_baked_potato`
- - Preview:
-- `baked_1` -> `lz:food/plated_baked_potato_1`
- - Preview:
-- `baked_2` -> `lz:food/plated_baked_potato_2`
- - Preview:
-- `baked_3` -> `lz:food/plated_baked_potato_3`
- - Preview:
+- `Baked Potato` -> `lz:food/plated_baked_potato`
+ - Preview:
+- `Baked Potato 1` -> `lz:food/plated_baked_potato_1`
+ - Preview:
+- `Baked Potato 2` -> `lz:food/plated_baked_potato_2`
+ - Preview:
+- `Baked Potato 3` -> `lz:food/plated_baked_potato_3`
+ - Preview:
-## beetroot_soup
+## Beetroot Soup
- Generated from: `assets/minecraft/items/beetroot_soup.json`
- Fallback model: `minecraft:item/beetroot_soup`
### Rename variants
-- `soup` -> `lz:food/soup_beetroot`
- - Preview:
+- `Beetroot Soup` -> `lz:food/soup_beetroot`
+ - Preview:
-## bone
+## Bone
- Generated from: `assets/minecraft/items/bone.json`
- Fallback model: `minecraft:item/bone`
### Rename variants
-- `broth` -> `lz:food/soup_bone_broth`
- - Preview:
+- `Bone Broth` -> `lz:food/soup_bone_broth`
+ - Preview:
-## bread
+## Bread
- Generated from: `assets/minecraft/items/bread.json`
- Fallback model: `minecraft:item/bread`
### Rename variants
-- `sandwich_chicken_1` -> `lz:food/plated_sandwich_chicken_1`
- - Preview:
-- `sandwich_chicken_2` -> `lz:food/plated_sandwich_chicken_2`
- - Preview:
-- `sandwich_egg_1` -> `lz:food/plated_sandwich_egg_1`
- - Preview:
-- `sandwich_egg_2` -> `lz:food/plated_sandwich_egg_2`
- - Preview:
-- `sandwich_glow_berry` -> `lz:food/plated_sandwich_glow_berry`
- - Preview:
-- `sandwich_glow_berry_dark` -> `lz:food/plated_sandwich_glow_berry_dark`
- - Preview:
-- `sandwich_sweet_berry` -> `lz:food/plated_sandwich_sweet_berry`
- - Preview:
-- `sandwich_sweet_berry_dark` -> `lz:food/plated_sandwich_sweet_berry_dark`
- - Preview:
+- `Chicken Sandwich 1` -> `lz:food/plated_sandwich_chicken_1`
+ - Preview:
+- `Chicken Sandwich 2` -> `lz:food/plated_sandwich_chicken_2`
+ - Preview:
+- `Dark Glow Berry Sandwich` -> `lz:food/plated_sandwich_glow_berry_dark`
+ - Preview:
+- `Dark Sweet Berry Sandwich` -> `lz:food/plated_sandwich_sweet_berry_dark`
+ - Preview:
+- `Egg Sandwich 1` -> `lz:food/plated_sandwich_egg_1`
+ - Preview:
+- `Egg Sandwich 2` -> `lz:food/plated_sandwich_egg_2`
+ - Preview:
+- `Glow Berry Sandwich` -> `lz:food/plated_sandwich_glow_berry`
+ - Preview:
+- `Sweet Berry Sandwich` -> `lz:food/plated_sandwich_sweet_berry`
+ - Preview:
-## cake
+## Cake
- Generated from: `assets/minecraft/items/cake.json`
- Fallback model: `minecraft:item/cake`
### Rename variants
-- `slice` -> `lz:food/plated_cake_slice`
- - Preview:
+- `Frosted Cake Slice` -> `lz:food/plated_cake_slice`
+ - Preview:
-## carrot
+## Carrot
- Generated from: `assets/minecraft/items/carrot.json`
- Fallback model: `minecraft:item/carrot`
### Rename variants
-- `soup` -> `lz:food/soup_vegetable`
- - Preview:
+- `Garden Carrot Soup` -> `lz:food/soup_vegetable`
+ - Preview:
-## carved_pumpkin
+## Carved Pumpkin
- Generated from: `assets/minecraft/items/carved_pumpkin.json`
- Fallback model: `minecraft:block/carved_pumpkin`
### Rename variants
-- `floral_crown` -> `lz:hats/floral_crown`
- - Preview:
-- `witch_hat` -> `lz:hats/witch`
- - Preview:
+- `Floral Crown` -> `lz:hats/floral_crown`
+ - Preview:
+- `Witch Hat` -> `lz:hats/witch`
+ - Preview:
-## cocoa_beans
+## Cocoa Beans
- Generated from: `assets/minecraft/items/cocoa_beans.json`
- Fallback model: `minecraft:item/cocoa_beans`
### Rename variants
-- `drink` -> `lz:food/drink_cocoa`
- - Preview:
-- `pie` -> `lz:food/pie_chocolate`
- - Preview:
-- `pie_1` -> `lz:food/pie_chocolate_1`
- - Preview:
-- `pie_2` -> `lz:food/pie_chocolate_2`
- - Preview:
-- `pie_3` -> `lz:food/pie_chocolate_3`
- - Preview:
-- `pie_4` -> `lz:food/pie_chocolate_4`
- - Preview:
+- `Chocolate Pie` -> `lz:food/pie_chocolate`
+ - Preview:
+- `Chocolate Pie 1` -> `lz:food/pie_chocolate_1`
+ - Preview:
+- `Chocolate Pie 2` -> `lz:food/pie_chocolate_2`
+ - Preview:
+- `Chocolate Pie 3` -> `lz:food/pie_chocolate_3`
+ - Preview:
+- `Chocolate Pie 4` -> `lz:food/pie_chocolate_4`
+ - Preview:
+- `Hot Chocolate` -> `lz:food/drink_cocoa`
+ - Preview:
-## cod
+## Cod
- Generated from: `assets/minecraft/items/cod.json`
- Fallback model: `minecraft:item/cod`
### Rename variants
-- `roll` -> `lz:food/plated_cod_roll`
- - Preview:
-- `roll_1` -> `lz:food/plated_cod_roll_1`
- - Preview:
-- `roll_2` -> `lz:food/plated_cod_roll_2`
- - Preview:
-- `roll_3` -> `lz:food/plated_cod_roll_3`
- - Preview:
-- `roll_4` -> `lz:food/plated_cod_roll_4`
- - Preview:
-- `roll_5` -> `lz:food/plated_cod_roll_5`
- - Preview:
-- `roll_6` -> `lz:food/plated_cod_roll_6`
- - Preview:
-- `stew` -> `lz:food/stew_baked_cod`
- - Preview:
+- `Cod Roll` -> `lz:food/plated_cod_roll`
+ - Preview:
+- `Cod Roll 1` -> `lz:food/plated_cod_roll_1`
+ - Preview:
+- `Cod Roll 2` -> `lz:food/plated_cod_roll_2`
+ - Preview:
+- `Cod Roll 3` -> `lz:food/plated_cod_roll_3`
+ - Preview:
+- `Cod Roll 4` -> `lz:food/plated_cod_roll_4`
+ - Preview:
+- `Cod Roll 5` -> `lz:food/plated_cod_roll_5`
+ - Preview:
+- `Cod Roll 6` -> `lz:food/plated_cod_roll_6`
+ - Preview:
-## cooked_beef
+## Cooked Beef
- Generated from: `assets/minecraft/items/cooked_beef.json`
- Fallback model: `minecraft:item/cooked_beef`
### Rename variants
-- `stew` -> `lz:food/stew_beef`
- - Preview:
+- `Hearty Beef Stew` -> `lz:food/stew_beef`
+ - Preview:
-## cooked_chicken
+## Cooked Chicken
- Generated from: `assets/minecraft/items/cooked_chicken.json`
- Fallback model: `minecraft:item/cooked_chicken`
### Rename variants
-- `roast` -> `lz:food/plated_roast_chicken`
- - Preview:
-- `roast_0` -> `lz:food/plated_roast_chicken_0`
- - Preview:
-- `roast_1` -> `lz:food/plated_roast_chicken_1`
- - Preview:
-- `roast_2` -> `lz:food/plated_roast_chicken_2`
- - Preview:
-- `roast_3` -> `lz:food/plated_roast_chicken_3`
- - Preview:
-- `roast_4` -> `lz:food/plated_roast_chicken_4`
- - Preview:
-- `soup` -> `lz:food/soup_chicken`
- - Preview:
+- `Chicken Broth` -> `lz:food/soup_chicken`
+ - Preview:
+- `Roast Chicken` -> `lz:food/plated_roast_chicken`
+ - Preview:
+- `Roast Chicken 0` -> `lz:food/plated_roast_chicken_0`
+ - Preview:
+- `Roast Chicken 1` -> `lz:food/plated_roast_chicken_1`
+ - Preview:
+- `Roast Chicken 2` -> `lz:food/plated_roast_chicken_2`
+ - Preview:
+- `Roast Chicken 3` -> `lz:food/plated_roast_chicken_3`
+ - Preview:
+- `Roast Chicken 4` -> `lz:food/plated_roast_chicken_4`
+ - Preview:
-## cooked_cod
+## Cooked Cod
- Generated from: `assets/minecraft/items/cooked_cod.json`
- Fallback model: `minecraft:item/cooked_cod`
### Rename variants
-- `stew` -> `lz:food/stew_baked_cod`
- - Preview:
-- `stew_fish` -> `lz:food/stew_fish`
- - Preview:
+- `Baked Cod Chowder` -> `lz:food/stew_baked_cod`
+ - Preview:
+- `Fish Chowder` -> `lz:food/stew_fish`
+ - Preview:
-## cooked_porkchop
+## Cooked Porkchop
- Generated from: `assets/minecraft/items/cooked_porkchop.json`
- Fallback model: `minecraft:item/cooked_porkchop`
### Rename variants
-- `ham` -> `lz:food/plated_honey_glazed_ham`
- - Preview:
-- `ham_0` -> `lz:food/plated_honey_glazed_ham_0`
- - Preview:
-- `ham_1` -> `lz:food/plated_honey_glazed_ham_1`
- - Preview:
-- `ham_2` -> `lz:food/plated_honey_glazed_ham_2`
- - Preview:
-- `ham_3` -> `lz:food/plated_honey_glazed_ham_3`
- - Preview:
-- `ham_4` -> `lz:food/plated_honey_glazed_ham_4`
- - Preview:
+- `Honey Glazed Ham` -> `lz:food/plated_honey_glazed_ham`
+ - Preview:
+- `Honey Glazed Ham 0` -> `lz:food/plated_honey_glazed_ham_0`
+ - Preview:
+- `Honey Glazed Ham 1` -> `lz:food/plated_honey_glazed_ham_1`
+ - Preview:
+- `Honey Glazed Ham 2` -> `lz:food/plated_honey_glazed_ham_2`
+ - Preview:
+- `Honey Glazed Ham 3` -> `lz:food/plated_honey_glazed_ham_3`
+ - Preview:
+- `Honey Glazed Ham 4` -> `lz:food/plated_honey_glazed_ham_4`
+ - Preview:
-## cooked_rabbit
+## Cooked Rabbit
- Generated from: `assets/minecraft/items/cooked_rabbit.json`
- Fallback model: `minecraft:item/cooked_rabbit`
### Rename variants
-- `stew` -> `lz:food/stew_rabbit`
- - Preview:
+- `Hare Stew` -> `lz:food/stew_rabbit`
+ - Preview:
-## cookie
+## Cookie
- Generated from: `assets/minecraft/items/cookie.json`
- Fallback model: `minecraft:item/cookie`
### Rename variants
-- `chocolate` -> `lz:food/plated_cookie_chocolate`
- - Preview:
-- `chocolate_1` -> `lz:food/plated_cookie_chocolate_1`
- - Preview:
-- `chocolate_2` -> `lz:food/plated_cookie_chocolate_2`
- - Preview:
-- `chocolate_3` -> `lz:food/plated_cookie_chocolate_3`
- - Preview:
-- `chocolate_4` -> `lz:food/plated_cookie_chocolate_4`
- - Preview:
-- `cookie` -> `lz:food/plated_cookie`
- - Preview:
-- `cookie_1` -> `lz:food/plated_cookie_1`
- - Preview:
-- `cookie_2` -> `lz:food/plated_cookie_2`
- - Preview:
-- `cookie_3` -> `lz:food/plated_cookie_3`
- - Preview:
-- `cookie_4` -> `lz:food/plated_cookie_4`
- - Preview:
-- `honey` -> `lz:food/plated_cookie_honey`
- - Preview:
-- `honey_1` -> `lz:food/plated_cookie_honey_1`
- - Preview:
-- `honey_2` -> `lz:food/plated_cookie_honey_2`
- - Preview:
-- `honey_3` -> `lz:food/plated_cookie_honey_3`
- - Preview:
-- `honey_4` -> `lz:food/plated_cookie_honey_4`
- - Preview:
-- `sugar` -> `lz:food/plated_cookie_sugar`
- - Preview:
-- `sugar_1` -> `lz:food/plated_cookie_sugar_1`
- - Preview:
-- `sugar_2` -> `lz:food/plated_cookie_sugar_2`
- - Preview:
-- `sugar_3` -> `lz:food/plated_cookie_sugar_3`
- - Preview:
-- `sugar_4` -> `lz:food/plated_cookie_sugar_4`
- - Preview:
-- `sweet_berry` -> `lz:food/plated_cookie_sweet_berry`
- - Preview:
-- `sweet_berry_1` -> `lz:food/plated_cookie_sweet_berry_1`
- - Preview:
-- `sweet_berry_2` -> `lz:food/plated_cookie_sweet_berry_2`
- - Preview:
-- `sweet_berry_3` -> `lz:food/plated_cookie_sweet_berry_3`
- - Preview:
-- `sweet_berry_4` -> `lz:food/plated_cookie_sweet_berry_4`
- - Preview:
+- `Chocolate Cookie` -> `lz:food/plated_cookie_chocolate`
+ - Preview:
+- `Chocolate Cookie 1` -> `lz:food/plated_cookie_chocolate_1`
+ - Preview:
+- `Chocolate Cookie 2` -> `lz:food/plated_cookie_chocolate_2`
+ - Preview:
+- `Chocolate Cookie 3` -> `lz:food/plated_cookie_chocolate_3`
+ - Preview:
+- `Chocolate Cookie 4` -> `lz:food/plated_cookie_chocolate_4`
+ - Preview:
+- `Classic Cookie` -> `lz:food/plated_cookie`
+ - Preview:
+- `Cookie 1` -> `lz:food/plated_cookie_1`
+ - Preview:
+- `Cookie 2` -> `lz:food/plated_cookie_2`
+ - Preview:
+- `Cookie 3` -> `lz:food/plated_cookie_3`
+ - Preview:
+- `Cookie 4` -> `lz:food/plated_cookie_4`
+ - Preview:
+- `Honey Cookie` -> `lz:food/plated_cookie_honey`
+ - Preview:
+- `Honey Cookie 1` -> `lz:food/plated_cookie_honey_1`
+ - Preview:
+- `Honey Cookie 2` -> `lz:food/plated_cookie_honey_2`
+ - Preview:
+- `Honey Cookie 3` -> `lz:food/plated_cookie_honey_3`
+ - Preview:
+- `Honey Cookie 4` -> `lz:food/plated_cookie_honey_4`
+ - Preview:
+- `Sugar Cookie` -> `lz:food/plated_cookie_sugar`
+ - Preview:
+- `Sugar Cookie 1` -> `lz:food/plated_cookie_sugar_1`
+ - Preview:
+- `Sugar Cookie 2` -> `lz:food/plated_cookie_sugar_2`
+ - Preview:
+- `Sugar Cookie 3` -> `lz:food/plated_cookie_sugar_3`
+ - Preview:
+- `Sugar Cookie 4` -> `lz:food/plated_cookie_sugar_4`
+ - Preview:
+- `Sweet Berry Cookie` -> `lz:food/plated_cookie_sweet_berry`
+ - Preview:
+- `Sweet Berry Cookie 1` -> `lz:food/plated_cookie_sweet_berry_1`
+ - Preview:
+- `Sweet Berry Cookie 2` -> `lz:food/plated_cookie_sweet_berry_2`
+ - Preview:
+- `Sweet Berry Cookie 3` -> `lz:food/plated_cookie_sweet_berry_3`
+ - Preview:
+- `Sweet Berry Cookie 4` -> `lz:food/plated_cookie_sweet_berry_4`
+ - Preview:
-## dried_kelp
+## Dried Kelp
- Generated from: `assets/minecraft/items/dried_kelp.json`
- Fallback model: `minecraft:item/dried_kelp`
### Rename variants
-- `roll` -> `lz:food/plated_kelp_roll`
- - Preview:
-- `roll_1` -> `lz:food/plated_kelp_roll_1`
- - Preview:
-- `roll_2` -> `lz:food/plated_kelp_roll_2`
- - Preview:
-- `roll_3` -> `lz:food/plated_kelp_roll_3`
- - Preview:
+- `Kelp Roll` -> `lz:food/plated_kelp_roll`
+ - Preview:
+- `Kelp Roll 1` -> `lz:food/plated_kelp_roll_1`
+ - Preview:
+- `Kelp Roll 2` -> `lz:food/plated_kelp_roll_2`
+ - Preview:
+- `Kelp Roll 3` -> `lz:food/plated_kelp_roll_3`
+ - Preview:
-## glass_bottle
+## Glass Bottle
- Generated from: `assets/minecraft/items/glass_bottle.json`
- Fallback model: `minecraft:item/glass_bottle`
### Rename variants
-- `drink` -> `lz:food/glass_bottle`
- - Preview:
-- `drink_water` -> `lz:food/drink_water`
- - Preview:
-- `mug_chocolate` -> `lz:festive/hot_chocolate_mug`
- - Preview:
+- `Empty Bottle` -> `lz:food/glass_bottle`
+ - Preview:
+- `Hot Chocolate Mug` -> `lz:festive/hot_chocolate_mug`
+ - Preview:
+- `Spring Water` -> `lz:food/drink_water`
+ - Preview:
-## glow_berries
+## Glow Berries
- Generated from: `assets/minecraft/items/glow_berries.json`
- Fallback model: `minecraft:item/glow_berries`
### Rename variants
-- `drink` -> `lz:food/drink_glow_berry`
- - Preview:
-- `roll` -> `lz:food/plated_glow_berry_sweet_roll`
- - Preview:
-- `roll_1` -> `lz:food/plated_glow_berry_sweet_roll_1`
- - Preview:
-- `roll_2` -> `lz:food/plated_glow_berry_sweet_roll_2`
- - Preview:
-- `roll_3` -> `lz:food/plated_glow_berry_sweet_roll_3`
- - Preview:
-- `roll_4` -> `lz:food/plated_glow_berry_sweet_roll_4`
- - Preview:
+- `Glow Berry Juice` -> `lz:food/drink_glow_berry`
+ - Preview:
+- `Glow Berry Sweet Roll` -> `lz:food/plated_glow_berry_sweet_roll`
+ - Preview:
+- `Glow Berry Sweet Roll 1` -> `lz:food/plated_glow_berry_sweet_roll_1`
+ - Preview:
+- `Glow Berry Sweet Roll 2` -> `lz:food/plated_glow_berry_sweet_roll_2`
+ - Preview:
+- `Glow Berry Sweet Roll 3` -> `lz:food/plated_glow_berry_sweet_roll_3`
+ - Preview:
+- `Glow Berry Sweet Roll 4` -> `lz:food/plated_glow_berry_sweet_roll_4`
+ - Preview:
-## melon_slice
+## Melon Slice
- Generated from: `assets/minecraft/items/melon_slice.json`
- Fallback model: `minecraft:item/melon_slice`
### Rename variants
-- `drink` -> `lz:food/drink_melon_juice`
- - Preview:
-- `popsicle_1` -> `lz:food/plated_melon_popsicle_1`
- - Preview:
-- `popsicle_2` -> `lz:food/plated_melon_popsicle_2`
- - Preview:
+- `Melon Juice` -> `lz:food/drink_melon_juice`
+ - Preview:
+- `Melon Popsicle 1` -> `lz:food/plated_melon_popsicle_1`
+ - Preview:
+- `Melon Popsicle 2` -> `lz:food/plated_melon_popsicle_2`
+ - Preview:
-## mushroom_stew
+## Mushroom Stew
- Generated from: `assets/minecraft/items/mushroom_stew.json`
- Fallback model: `minecraft:item/mushroom_stew`
### Rename variants
-- `stew` -> `lz:food/stew_mushroom`
- - Preview:
+- `Mushroom Soup` -> `lz:food/stew_mushroom`
+ - Preview:
-## oak_sapling
+## Oak Sapling
- Generated from: `assets/minecraft/items/oak_sapling.json`
- Fallback model: `minecraft:item/oak_sapling`
### Rename variants
-- `christmas` -> `lz:festive/christmas_tree`
- - Preview:
+- `Christmas Tree` -> `lz:festive/christmas_tree`
+ - Preview:
-## paper
+## Paper
- Generated from: `assets/minecraft/items/paper.json`
- Fallback model: `minecraft:item/paper`
### Rename variants
-- `presents` -> `lz:festive/presents`
- - Preview:
+- `Presents` -> `lz:festive/presents`
+ - Preview:
-## pumpkin
+## Pumpkin
- Generated from: `assets/minecraft/items/pumpkin.json`
- Fallback model: `minecraft:block/pumpkin`
### Rename variants
-- `stuffed_pumpkin` -> `lz:food/stuffed_pumpkin`
- - Preview:
-- `stuffed_pumpkin_1` -> `lz:food/stuffed_pumpkin_1`
- - Preview:
-- `stuffed_pumpkin_2` -> `lz:food/stuffed_pumpkin_2`
- - Preview:
-- `stuffed_pumpkin_3` -> `lz:food/stuffed_pumpkin_3`
- - Preview:
-- `stuffed_pumpkin_4` -> `lz:food/stuffed_pumpkin_4`
- - Preview:
+- `Stuffed Pumpkin` -> `lz:food/stuffed_pumpkin`
+ - Preview:
+- `Stuffed Pumpkin 1` -> `lz:food/stuffed_pumpkin_1`
+ - Preview:
+- `Stuffed Pumpkin 2` -> `lz:food/stuffed_pumpkin_2`
+ - Preview:
+- `Stuffed Pumpkin 3` -> `lz:food/stuffed_pumpkin_3`
+ - Preview:
+- `Stuffed Pumpkin 4` -> `lz:food/stuffed_pumpkin_4`
+ - Preview:
-## pumpkin_pie
+## Pumpkin Pie
- Generated from: `assets/minecraft/items/pumpkin_pie.json`
- Fallback model: `minecraft:item/pumpkin_pie`
### Rename variants
-- `pie` -> `lz:food/pie_pumpkin`
- - Preview:
-- `pie_1` -> `lz:food/pie_pumpkin_1`
- - Preview:
-- `pie_2` -> `lz:food/pie_pumpkin_2`
- - Preview:
-- `pie_3` -> `lz:food/pie_pumpkin_3`
- - Preview:
-- `pie_4` -> `lz:food/pie_pumpkin_4`
- - Preview:
-- `soup` -> `lz:food/soup_pumpkin`
- - Preview:
+- `Pumpkin Soup` -> `lz:food/soup_pumpkin`
+ - Preview:
+- `Spiced Pumpkin Pie` -> `lz:food/pie_pumpkin`
+ - Preview:
+- `Spiced Pumpkin Pie 1` -> `lz:food/pie_pumpkin_1`
+ - Preview:
+- `Spiced Pumpkin Pie 2` -> `lz:food/pie_pumpkin_2`
+ - Preview:
+- `Spiced Pumpkin Pie 3` -> `lz:food/pie_pumpkin_3`
+ - Preview:
+- `Spiced Pumpkin Pie 4` -> `lz:food/pie_pumpkin_4`
+ - Preview:
-## salmon
+## Salmon
- Generated from: `assets/minecraft/items/salmon.json`
- Fallback model: `minecraft:item/salmon`
### Rename variants
-- `roll` -> `lz:food/plated_salmon_roll`
- - Preview:
-- `roll_1` -> `lz:food/plated_salmon_roll_1`
- - Preview:
-- `roll_2` -> `lz:food/plated_salmon_roll_2`
- - Preview:
-- `roll_3` -> `lz:food/plated_salmon_roll_3`
- - Preview:
-- `roll_4` -> `lz:food/plated_salmon_roll_4`
- - Preview:
-- `roll_5` -> `lz:food/plated_salmon_roll_5`
- - Preview:
-- `roll_6` -> `lz:food/plated_salmon_roll_6`
- - Preview:
+- `Salmon Roll` -> `lz:food/plated_salmon_roll`
+ - Preview:
+- `Salmon Roll 1` -> `lz:food/plated_salmon_roll_1`
+ - Preview:
+- `Salmon Roll 2` -> `lz:food/plated_salmon_roll_2`
+ - Preview:
+- `Salmon Roll 3` -> `lz:food/plated_salmon_roll_3`
+ - Preview:
+- `Salmon Roll 4` -> `lz:food/plated_salmon_roll_4`
+ - Preview:
+- `Salmon Roll 5` -> `lz:food/plated_salmon_roll_5`
+ - Preview:
+- `Salmon Roll 6` -> `lz:food/plated_salmon_roll_6`
+ - Preview:
-## snow_block
+## Snow Block
- Generated from: `assets/minecraft/items/snow_block.json`
- Fallback model: `minecraft:block/snow_block`
### Rename variants
-- `snowman` -> `lz:festive/snowman`
- - Preview:
+- `Snowman` -> `lz:festive/snowman`
+ - Preview:
-## sweet_berries
+## Sweet Berries
- Generated from: `assets/minecraft/items/sweet_berries.json`
- Fallback model: `minecraft:item/sweet_berries`
### Rename variants
-- `drink` -> `lz:food/drink_sweet_berry`
- - Preview:
-- `pie` -> `lz:food/pie_sweet_berry`
- - Preview:
-- `pie_1` -> `lz:food/pie_sweet_berry_1`
- - Preview:
-- `pie_2` -> `lz:food/pie_sweet_berry_2`
- - Preview:
-- `pie_3` -> `lz:food/pie_sweet_berry_3`
- - Preview:
-- `pie_4` -> `lz:food/pie_sweet_berry_4`
- - Preview:
+- `Sweet Berry Juice` -> `lz:food/drink_sweet_berry`
+ - Preview:
+- `Sweet Berry Pie` -> `lz:food/pie_sweet_berry`
+ - Preview:
+- `Sweet Berry Pie 1` -> `lz:food/pie_sweet_berry_1`
+ - Preview:
+- `Sweet Berry Pie 2` -> `lz:food/pie_sweet_berry_2`
+ - Preview:
+- `Sweet Berry Pie 3` -> `lz:food/pie_sweet_berry_3`
+ - Preview:
+- `Sweet Berry Pie 4` -> `lz:food/pie_sweet_berry_4`
+ - Preview:
---
diff --git a/build/renameable-items.json b/build/renameable-items.json
index 43c0a89..77b91b2 100644
--- a/build/renameable-items.json
+++ b/build/renameable-items.json
@@ -6,32 +6,32 @@
"render_path": null,
"cases": [
{
- "when": "cider",
+ "when": "Apple Cider",
"model": "lz:food/drink_apple_cider",
"render_path": "renders/lz/food/drink_apple_cider.png"
},
{
- "when": "pie",
+ "when": "Apple Pie",
"model": "lz:food/pie_apple",
"render_path": "renders/lz/food/pie_apple.png"
},
{
- "when": "pie_1",
+ "when": "Apple Pie 1",
"model": "lz:food/pie_apple_1",
"render_path": "renders/lz/food/pie_apple_1.png"
},
{
- "when": "pie_2",
+ "when": "Apple Pie 2",
"model": "lz:food/pie_apple_2",
"render_path": "renders/lz/food/pie_apple_2.png"
},
{
- "when": "pie_3",
+ "when": "Apple Pie 3",
"model": "lz:food/pie_apple_3",
"render_path": "renders/lz/food/pie_apple_3.png"
},
{
- "when": "pie_4",
+ "when": "Apple Pie 4",
"model": "lz:food/pie_apple_4",
"render_path": "renders/lz/food/pie_apple_4.png"
}
@@ -44,22 +44,22 @@
"render_path": null,
"cases": [
{
- "when": "baked",
+ "when": "Baked Potato",
"model": "lz:food/plated_baked_potato",
"render_path": "renders/lz/food/plated_baked_potato.png"
},
{
- "when": "baked_1",
+ "when": "Baked Potato 1",
"model": "lz:food/plated_baked_potato_1",
"render_path": "renders/lz/food/plated_baked_potato_1.png"
},
{
- "when": "baked_2",
+ "when": "Baked Potato 2",
"model": "lz:food/plated_baked_potato_2",
"render_path": "renders/lz/food/plated_baked_potato_2.png"
},
{
- "when": "baked_3",
+ "when": "Baked Potato 3",
"model": "lz:food/plated_baked_potato_3",
"render_path": "renders/lz/food/plated_baked_potato_3.png"
}
@@ -72,7 +72,7 @@
"render_path": null,
"cases": [
{
- "when": "soup",
+ "when": "Beetroot Soup",
"model": "lz:food/soup_beetroot",
"render_path": "renders/lz/food/soup_beetroot.png"
}
@@ -85,7 +85,7 @@
"render_path": null,
"cases": [
{
- "when": "broth",
+ "when": "Bone Broth",
"model": "lz:food/soup_bone_broth",
"render_path": "renders/lz/food/soup_bone_broth.png"
}
@@ -98,44 +98,44 @@
"render_path": null,
"cases": [
{
- "when": "sandwich_chicken_1",
+ "when": "Chicken Sandwich 1",
"model": "lz:food/plated_sandwich_chicken_1",
"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",
"render_path": "renders/lz/food/plated_sandwich_chicken_2.png"
},
{
- "when": "sandwich_egg_1",
- "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",
+ "when": "Dark Glow Berry Sandwich",
"model": "lz:food/plated_sandwich_glow_berry_dark",
"render_path": "renders/lz/food/plated_sandwich_glow_berry_dark.png"
},
{
- "when": "sandwich_sweet_berry",
- "model": "lz:food/plated_sandwich_sweet_berry",
- "render_path": "renders/lz/food/plated_sandwich_sweet_berry.png"
- },
- {
- "when": "sandwich_sweet_berry_dark",
+ "when": "Dark Sweet Berry Sandwich",
"model": "lz:food/plated_sandwich_sweet_berry_dark",
"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,
"cases": [
{
- "when": "slice",
+ "when": "Frosted Cake Slice",
"model": "lz:food/plated_cake_slice",
"render_path": "renders/lz/food/plated_cake_slice.png"
}
@@ -159,7 +159,7 @@
"render_path": null,
"cases": [
{
- "when": "soup",
+ "when": "Garden Carrot Soup",
"model": "lz:food/soup_vegetable",
"render_path": "renders/lz/food/soup_vegetable.png"
}
@@ -172,12 +172,12 @@
"render_path": "renders/minecraft/block/carved_pumpkin.png",
"cases": [
{
- "when": "floral_crown",
+ "when": "Floral Crown",
"model": "lz:hats/floral_crown",
"render_path": "renders/lz/hats/floral_crown.png"
},
{
- "when": "witch_hat",
+ "when": "Witch Hat",
"model": "lz:hats/witch",
"render_path": "renders/lz/hats/witch.png"
}
@@ -190,34 +190,34 @@
"render_path": null,
"cases": [
{
- "when": "drink",
- "model": "lz:food/drink_cocoa",
- "render_path": "renders/lz/food/drink_cocoa.png"
- },
- {
- "when": "pie",
+ "when": "Chocolate Pie",
"model": "lz:food/pie_chocolate",
"render_path": "renders/lz/food/pie_chocolate.png"
},
{
- "when": "pie_1",
+ "when": "Chocolate Pie 1",
"model": "lz:food/pie_chocolate_1",
"render_path": "renders/lz/food/pie_chocolate_1.png"
},
{
- "when": "pie_2",
+ "when": "Chocolate Pie 2",
"model": "lz:food/pie_chocolate_2",
"render_path": "renders/lz/food/pie_chocolate_2.png"
},
{
- "when": "pie_3",
+ "when": "Chocolate Pie 3",
"model": "lz:food/pie_chocolate_3",
"render_path": "renders/lz/food/pie_chocolate_3.png"
},
{
- "when": "pie_4",
+ "when": "Chocolate Pie 4",
"model": "lz:food/pie_chocolate_4",
"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,
"cases": [
{
- "when": "roll",
+ "when": "Cod Roll",
"model": "lz:food/plated_cod_roll",
"render_path": "renders/lz/food/plated_cod_roll.png"
},
{
- "when": "roll_1",
+ "when": "Cod Roll 1",
"model": "lz:food/plated_cod_roll_1",
"render_path": "renders/lz/food/plated_cod_roll_1.png"
},
{
- "when": "roll_2",
+ "when": "Cod Roll 2",
"model": "lz:food/plated_cod_roll_2",
"render_path": "renders/lz/food/plated_cod_roll_2.png"
},
{
- "when": "roll_3",
+ "when": "Cod Roll 3",
"model": "lz:food/plated_cod_roll_3",
"render_path": "renders/lz/food/plated_cod_roll_3.png"
},
{
- "when": "roll_4",
+ "when": "Cod Roll 4",
"model": "lz:food/plated_cod_roll_4",
"render_path": "renders/lz/food/plated_cod_roll_4.png"
},
{
- "when": "roll_5",
+ "when": "Cod Roll 5",
"model": "lz:food/plated_cod_roll_5",
"render_path": "renders/lz/food/plated_cod_roll_5.png"
},
{
- "when": "roll_6",
+ "when": "Cod Roll 6",
"model": "lz:food/plated_cod_roll_6",
"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,
"cases": [
{
- "when": "stew",
+ "when": "Hearty Beef Stew",
"model": "lz:food/stew_beef",
"render_path": "renders/lz/food/stew_beef.png"
}
@@ -289,39 +284,39 @@
"render_path": null,
"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",
"render_path": "renders/lz/food/plated_roast_chicken.png"
},
{
- "when": "roast_0",
+ "when": "Roast Chicken 0",
"model": "lz:food/plated_roast_chicken_0",
"render_path": "renders/lz/food/plated_roast_chicken_0.png"
},
{
- "when": "roast_1",
+ "when": "Roast Chicken 1",
"model": "lz:food/plated_roast_chicken_1",
"render_path": "renders/lz/food/plated_roast_chicken_1.png"
},
{
- "when": "roast_2",
+ "when": "Roast Chicken 2",
"model": "lz:food/plated_roast_chicken_2",
"render_path": "renders/lz/food/plated_roast_chicken_2.png"
},
{
- "when": "roast_3",
+ "when": "Roast Chicken 3",
"model": "lz:food/plated_roast_chicken_3",
"render_path": "renders/lz/food/plated_roast_chicken_3.png"
},
{
- "when": "roast_4",
+ "when": "Roast Chicken 4",
"model": "lz:food/plated_roast_chicken_4",
"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,
"cases": [
{
- "when": "stew",
+ "when": "Baked Cod Chowder",
"model": "lz:food/stew_baked_cod",
"render_path": "renders/lz/food/stew_baked_cod.png"
},
{
- "when": "stew_fish",
+ "when": "Fish Chowder",
"model": "lz:food/stew_fish",
"render_path": "renders/lz/food/stew_fish.png"
}
@@ -350,32 +345,32 @@
"render_path": null,
"cases": [
{
- "when": "ham",
+ "when": "Honey Glazed Ham",
"model": "lz:food/plated_honey_glazed_ham",
"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",
"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",
"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",
"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",
"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",
"render_path": "renders/lz/food/plated_honey_glazed_ham_4.png"
}
@@ -388,7 +383,7 @@
"render_path": null,
"cases": [
{
- "when": "stew",
+ "when": "Hare Stew",
"model": "lz:food/stew_rabbit",
"render_path": "renders/lz/food/stew_rabbit.png"
}
@@ -401,127 +396,127 @@
"render_path": null,
"cases": [
{
- "when": "chocolate",
+ "when": "Chocolate Cookie",
"model": "lz:food/plated_cookie_chocolate",
"render_path": "renders/lz/food/plated_cookie_chocolate.png"
},
{
- "when": "chocolate_1",
+ "when": "Chocolate Cookie 1",
"model": "lz:food/plated_cookie_chocolate_1",
"render_path": "renders/lz/food/plated_cookie_chocolate_1.png"
},
{
- "when": "chocolate_2",
+ "when": "Chocolate Cookie 2",
"model": "lz:food/plated_cookie_chocolate_2",
"render_path": "renders/lz/food/plated_cookie_chocolate_2.png"
},
{
- "when": "chocolate_3",
+ "when": "Chocolate Cookie 3",
"model": "lz:food/plated_cookie_chocolate_3",
"render_path": "renders/lz/food/plated_cookie_chocolate_3.png"
},
{
- "when": "chocolate_4",
+ "when": "Chocolate Cookie 4",
"model": "lz:food/plated_cookie_chocolate_4",
"render_path": "renders/lz/food/plated_cookie_chocolate_4.png"
},
{
- "when": "cookie",
+ "when": "Classic Cookie",
"model": "lz:food/plated_cookie",
"render_path": "renders/lz/food/plated_cookie.png"
},
{
- "when": "cookie_1",
+ "when": "Cookie 1",
"model": "lz:food/plated_cookie_1",
"render_path": "renders/lz/food/plated_cookie_1.png"
},
{
- "when": "cookie_2",
+ "when": "Cookie 2",
"model": "lz:food/plated_cookie_2",
"render_path": "renders/lz/food/plated_cookie_2.png"
},
{
- "when": "cookie_3",
+ "when": "Cookie 3",
"model": "lz:food/plated_cookie_3",
"render_path": "renders/lz/food/plated_cookie_3.png"
},
{
- "when": "cookie_4",
+ "when": "Cookie 4",
"model": "lz:food/plated_cookie_4",
"render_path": "renders/lz/food/plated_cookie_4.png"
},
{
- "when": "honey",
+ "when": "Honey Cookie",
"model": "lz:food/plated_cookie_honey",
"render_path": "renders/lz/food/plated_cookie_honey.png"
},
{
- "when": "honey_1",
+ "when": "Honey Cookie 1",
"model": "lz:food/plated_cookie_honey_1",
"render_path": "renders/lz/food/plated_cookie_honey_1.png"
},
{
- "when": "honey_2",
+ "when": "Honey Cookie 2",
"model": "lz:food/plated_cookie_honey_2",
"render_path": "renders/lz/food/plated_cookie_honey_2.png"
},
{
- "when": "honey_3",
+ "when": "Honey Cookie 3",
"model": "lz:food/plated_cookie_honey_3",
"render_path": "renders/lz/food/plated_cookie_honey_3.png"
},
{
- "when": "honey_4",
+ "when": "Honey Cookie 4",
"model": "lz:food/plated_cookie_honey_4",
"render_path": "renders/lz/food/plated_cookie_honey_4.png"
},
{
- "when": "sugar",
+ "when": "Sugar Cookie",
"model": "lz:food/plated_cookie_sugar",
"render_path": "renders/lz/food/plated_cookie_sugar.png"
},
{
- "when": "sugar_1",
+ "when": "Sugar Cookie 1",
"model": "lz:food/plated_cookie_sugar_1",
"render_path": "renders/lz/food/plated_cookie_sugar_1.png"
},
{
- "when": "sugar_2",
+ "when": "Sugar Cookie 2",
"model": "lz:food/plated_cookie_sugar_2",
"render_path": "renders/lz/food/plated_cookie_sugar_2.png"
},
{
- "when": "sugar_3",
+ "when": "Sugar Cookie 3",
"model": "lz:food/plated_cookie_sugar_3",
"render_path": "renders/lz/food/plated_cookie_sugar_3.png"
},
{
- "when": "sugar_4",
+ "when": "Sugar Cookie 4",
"model": "lz:food/plated_cookie_sugar_4",
"render_path": "renders/lz/food/plated_cookie_sugar_4.png"
},
{
- "when": "sweet_berry",
+ "when": "Sweet Berry Cookie",
"model": "lz:food/plated_cookie_sweet_berry",
"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",
"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",
"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",
"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",
"render_path": "renders/lz/food/plated_cookie_sweet_berry_4.png"
}
@@ -534,22 +529,22 @@
"render_path": null,
"cases": [
{
- "when": "roll",
+ "when": "Kelp Roll",
"model": "lz:food/plated_kelp_roll",
"render_path": "renders/lz/food/plated_kelp_roll.png"
},
{
- "when": "roll_1",
+ "when": "Kelp Roll 1",
"model": "lz:food/plated_kelp_roll_1",
"render_path": "renders/lz/food/plated_kelp_roll_1.png"
},
{
- "when": "roll_2",
+ "when": "Kelp Roll 2",
"model": "lz:food/plated_kelp_roll_2",
"render_path": "renders/lz/food/plated_kelp_roll_2.png"
},
{
- "when": "roll_3",
+ "when": "Kelp Roll 3",
"model": "lz:food/plated_kelp_roll_3",
"render_path": "renders/lz/food/plated_kelp_roll_3.png"
}
@@ -562,19 +557,19 @@
"render_path": null,
"cases": [
{
- "when": "drink",
+ "when": "Empty Bottle",
"model": "lz:food/glass_bottle",
"render_path": "renders/lz/food/glass_bottle.png"
},
{
- "when": "drink_water",
- "model": "lz:food/drink_water",
- "render_path": "renders/lz/food/drink_water.png"
- },
- {
- "when": "mug_chocolate",
+ "when": "Hot Chocolate Mug",
"model": "lz:festive/hot_chocolate_mug",
"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,
"cases": [
{
- "when": "drink",
+ "when": "Glow Berry Juice",
"model": "lz:food/drink_glow_berry",
"render_path": "renders/lz/food/drink_glow_berry.png"
},
{
- "when": "roll",
+ "when": "Glow Berry Sweet Roll",
"model": "lz:food/plated_glow_berry_sweet_roll",
"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",
"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",
"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",
"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",
"render_path": "renders/lz/food/plated_glow_berry_sweet_roll_4.png"
}
@@ -623,17 +618,17 @@
"render_path": null,
"cases": [
{
- "when": "drink",
+ "when": "Melon Juice",
"model": "lz:food/drink_melon_juice",
"render_path": "renders/lz/food/drink_melon_juice.png"
},
{
- "when": "popsicle_1",
+ "when": "Melon Popsicle 1",
"model": "lz:food/plated_melon_popsicle_1",
"render_path": "renders/lz/food/plated_melon_popsicle_1.png"
},
{
- "when": "popsicle_2",
+ "when": "Melon Popsicle 2",
"model": "lz:food/plated_melon_popsicle_2",
"render_path": "renders/lz/food/plated_melon_popsicle_2.png"
}
@@ -646,7 +641,7 @@
"render_path": null,
"cases": [
{
- "when": "stew",
+ "when": "Mushroom Soup",
"model": "lz:food/stew_mushroom",
"render_path": "renders/lz/food/stew_mushroom.png"
}
@@ -659,7 +654,7 @@
"render_path": null,
"cases": [
{
- "when": "christmas",
+ "when": "Christmas Tree",
"model": "lz:festive/christmas_tree",
"render_path": "renders/lz/festive/christmas_tree.png"
}
@@ -711,6 +706,11 @@
"model": "cards:item/standard/base",
"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",
"model": "cards:item/standard/back",
@@ -936,6 +936,11 @@
"model": "cards:item/standard/s_09",
"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",
"model": "cards:item/standard/c_12",
@@ -971,6 +976,11 @@
"model": "cards:item/standard/s_12",
"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",
"model": "cards:item/standard/c_07",
@@ -1145,11 +1155,6 @@
"when": "Two of Spades",
"model": "cards:item/standard/s_02",
"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",
"cases": [
{
- "when": "stuffed_pumpkin",
+ "when": "Stuffed Pumpkin",
"model": "lz:food/stuffed_pumpkin",
"render_path": "renders/lz/food/stuffed_pumpkin.png"
},
{
- "when": "stuffed_pumpkin_1",
+ "when": "Stuffed Pumpkin 1",
"model": "lz:food/stuffed_pumpkin_1",
"render_path": "renders/lz/food/stuffed_pumpkin_1.png"
},
{
- "when": "stuffed_pumpkin_2",
+ "when": "Stuffed Pumpkin 2",
"model": "lz:food/stuffed_pumpkin_2",
"render_path": "renders/lz/food/stuffed_pumpkin_2.png"
},
{
- "when": "stuffed_pumpkin_3",
+ "when": "Stuffed Pumpkin 3",
"model": "lz:food/stuffed_pumpkin_3",
"render_path": "renders/lz/food/stuffed_pumpkin_3.png"
},
{
- "when": "stuffed_pumpkin_4",
+ "when": "Stuffed Pumpkin 4",
"model": "lz:food/stuffed_pumpkin_4",
"render_path": "renders/lz/food/stuffed_pumpkin_4.png"
}
@@ -1193,34 +1198,34 @@
"render_path": null,
"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",
"render_path": "renders/lz/food/pie_pumpkin.png"
},
{
- "when": "pie_1",
+ "when": "Spiced Pumpkin Pie 1",
"model": "lz:food/pie_pumpkin_1",
"render_path": "renders/lz/food/pie_pumpkin_1.png"
},
{
- "when": "pie_2",
+ "when": "Spiced Pumpkin Pie 2",
"model": "lz:food/pie_pumpkin_2",
"render_path": "renders/lz/food/pie_pumpkin_2.png"
},
{
- "when": "pie_3",
+ "when": "Spiced Pumpkin Pie 3",
"model": "lz:food/pie_pumpkin_3",
"render_path": "renders/lz/food/pie_pumpkin_3.png"
},
{
- "when": "pie_4",
+ "when": "Spiced Pumpkin Pie 4",
"model": "lz:food/pie_pumpkin_4",
"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,
"cases": [
{
- "when": "roll",
+ "when": "Salmon Roll",
"model": "lz:food/plated_salmon_roll",
"render_path": "renders/lz/food/plated_salmon_roll.png"
},
{
- "when": "roll_1",
+ "when": "Salmon Roll 1",
"model": "lz:food/plated_salmon_roll_1",
"render_path": "renders/lz/food/plated_salmon_roll_1.png"
},
{
- "when": "roll_2",
+ "when": "Salmon Roll 2",
"model": "lz:food/plated_salmon_roll_2",
"render_path": "renders/lz/food/plated_salmon_roll_2.png"
},
{
- "when": "roll_3",
+ "when": "Salmon Roll 3",
"model": "lz:food/plated_salmon_roll_3",
"render_path": "renders/lz/food/plated_salmon_roll_3.png"
},
{
- "when": "roll_4",
+ "when": "Salmon Roll 4",
"model": "lz:food/plated_salmon_roll_4",
"render_path": "renders/lz/food/plated_salmon_roll_4.png"
},
{
- "when": "roll_5",
+ "when": "Salmon Roll 5",
"model": "lz:food/plated_salmon_roll_5",
"render_path": "renders/lz/food/plated_salmon_roll_5.png"
},
{
- "when": "roll_6",
+ "when": "Salmon Roll 6",
"model": "lz:food/plated_salmon_roll_6",
"render_path": "renders/lz/food/plated_salmon_roll_6.png"
}
@@ -1274,7 +1279,7 @@
"render_path": "renders/minecraft/block/snow_block.png",
"cases": [
{
- "when": "snowman",
+ "when": "Snowman",
"model": "lz:festive/snowman",
"render_path": "renders/lz/festive/snowman.png"
}
@@ -1287,32 +1292,32 @@
"render_path": null,
"cases": [
{
- "when": "drink",
+ "when": "Sweet Berry Juice",
"model": "lz:food/drink_sweet_berry",
"render_path": "renders/lz/food/drink_sweet_berry.png"
},
{
- "when": "pie",
+ "when": "Sweet Berry Pie",
"model": "lz:food/pie_sweet_berry",
"render_path": "renders/lz/food/pie_sweet_berry.png"
},
{
- "when": "pie_1",
+ "when": "Sweet Berry Pie 1",
"model": "lz:food/pie_sweet_berry_1",
"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",
"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",
"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",
"render_path": "renders/lz/food/pie_sweet_berry_4.png"
}
diff --git a/build/scripts/build_readme_impl.py b/build/scripts/build_readme_impl.py
index 0fa6152..ddc069b 100644
--- a/build/scripts/build_readme_impl.py
+++ b/build/scripts/build_readme_impl.py
@@ -69,6 +69,10 @@ def render_path_for_model(model_ref: str) -> Path | None:
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]]:
item_files = sorted(pack_root.glob("assets/*/items/*.json"))
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.")
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(f"- Generated from: `{record['source_file']}`")
lines.append(f"- Fallback model: `{record['fallback_model']}`")
if record["render_path"]:
lines.append(f"- Base render: `{record['render_path']}`")
- lines.append(f" - Preview: ")
+ lines.append(f" - Preview:
")
else:
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("")
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(f"- Generated from: `{record['source_file']}`")
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:
preview_items: list[str] = []
+ display_name = display_name_for_item(record["item"])
+
for case in record["cases"]:
render_path = case["render_path"]
if render_path:
@@ -303,7 +313,7 @@ def build_html(records: list[dict[str, Any]]) -> str:
render_path = record["render_path"]
if render_path:
- hero = f'
'
+ hero = f'
'
else:
hero = '