Rename plated food items
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user