Rename plated food items
Build renameable item readme / build (push) Successful in 10s
Package resourcepack release / release (push) Successful in 4s

This commit is contained in:
2026-08-18 21:34:23 +01:00
parent 4f472fff97
commit ffc46fae85
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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" } }
+1 -1
View File
@@ -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" } },
+2 -2
View File
@@ -56,10 +56,10 @@ Generated from the resource pack item model JSON.
| Icon | Rename to |
| --- | --- |
| <img src="renders/lz/food/plated_baked_potato.png" alt="Baked Potato" width="72" /> | Baked Potato |
| <img src="renders/lz/food/plated_baked_potato_1.png" alt="Baked Potato 1" width="72" /> | Baked Potato 1 |
| <img src="renders/lz/food/plated_baked_potato_2.png" alt="Baked Potato 2" width="72" /> | Baked Potato 2 |
| <img src="renders/lz/food/plated_baked_potato_3.png" alt="Baked Potato 3" width="72" /> | Baked Potato 3 |
| <img src="renders/lz/food/plated_baked_potato.png" alt="Plated Baked Potato" width="72" /> | Plated Baked Potato |
## Beetroot Soup
@@ -139,7 +139,7 @@ Generated from the resource pack item model JSON.
| Icon | Rename to |
| --- | --- |
| <img src="renders/lz/food/soup_chicken.png" alt="Chicken Broth" width="72" /> | Chicken Broth |
| <img src="renders/lz/food/plated_roast_chicken.png" alt="Roast Chicken" width="72" /> | Roast Chicken |
| <img src="renders/lz/food/plated_roast_chicken.png" alt="Plated Roast Chicken" width="72" /> | Plated Roast Chicken |
| <img src="renders/lz/food/plated_roast_chicken_0.png" alt="Roast Chicken 0" width="72" /> | Roast Chicken 0 |
| <img src="renders/lz/food/plated_roast_chicken_1.png" alt="Roast Chicken 1" width="72" /> | Roast Chicken 1 |
| <img src="renders/lz/food/plated_roast_chicken_2.png" alt="Roast Chicken 2" width="72" /> | Roast Chicken 2 |
+6 -6
View File
@@ -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"
},