diff --git a/assets/minecraft/items/baked_potato.json b/assets/minecraft/items/baked_potato.json
index f8ff8f9..f3f4a35 100644
--- a/assets/minecraft/items/baked_potato.json
+++ b/assets/minecraft/items/baked_potato.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/baked_potato"
},
"cases": [
- { "when": "Baked Potato", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
+ { "when": "Plated 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/cooked_chicken.json b/assets/minecraft/items/cooked_chicken.json
index 2122949..73e807f 100644
--- a/assets/minecraft/items/cooked_chicken.json
+++ b/assets/minecraft/items/cooked_chicken.json
@@ -8,7 +8,7 @@
"model": "minecraft:item/cooked_chicken"
},
"cases": [
- { "when": "Roast Chicken", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
+ { "when": "Plated 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" } },
diff --git a/build/renameable-items-lz.md b/build/renameable-items-lz.md
index 7c27efa..527d119 100644
--- a/build/renameable-items-lz.md
+++ b/build/renameable-items-lz.md
@@ -56,10 +56,10 @@ Generated from the resource pack item model JSON.
| Icon | Rename to |
| --- | --- |
-|
| Baked Potato |
|
| Baked Potato 1 |
|
| Baked Potato 2 |
|
| Baked Potato 3 |
+|
| Plated Baked Potato |
## Beetroot Soup
@@ -139,7 +139,7 @@ Generated from the resource pack item model JSON.
| Icon | Rename to |
| --- | --- |
|
| Chicken Broth |
-|
| Roast Chicken |
+|
| Plated Roast Chicken |
|
| Roast Chicken 0 |
|
| Roast Chicken 1 |
|
| Roast Chicken 2 |
diff --git a/build/renameable-items.json b/build/renameable-items.json
index 8f1bfd2..6dc2ccb 100644
--- a/build/renameable-items.json
+++ b/build/renameable-items.json
@@ -43,11 +43,6 @@
"source_file": "assets/minecraft/items/baked_potato.json",
"render_path": null,
"cases": [
- {
- "when": "Baked Potato",
- "model": "lz:food/plated_baked_potato",
- "render_path": "renders/lz/food/plated_baked_potato.png"
- },
{
"when": "Baked Potato 1",
"model": "lz:food/plated_baked_potato_1",
@@ -62,6 +57,11 @@
"when": "Baked Potato 3",
"model": "lz:food/plated_baked_potato_3",
"render_path": "renders/lz/food/plated_baked_potato_3.png"
+ },
+ {
+ "when": "Plated Baked Potato",
+ "model": "lz:food/plated_baked_potato",
+ "render_path": "renders/lz/food/plated_baked_potato.png"
}
]
},
@@ -289,7 +289,7 @@
"render_path": "renders/lz/food/soup_chicken.png"
},
{
- "when": "Roast Chicken",
+ "when": "Plated Roast Chicken",
"model": "lz:food/plated_roast_chicken",
"render_path": "renders/lz/food/plated_roast_chicken.png"
},