From ffc46fae85dc6d35a6c9fa2e5b93eec7a8dc31ef Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Tue, 18 Aug 2026 21:34:23 +0100 Subject: [PATCH] Rename plated food items --- assets/minecraft/items/baked_potato.json | 2 +- assets/minecraft/items/cooked_chicken.json | 2 +- build/renameable-items-lz.md | 4 ++-- build/renameable-items.json | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) 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 | | Baked Potato 1 | Baked Potato 1 | | Baked Potato 2 | Baked Potato 2 | | Baked Potato 3 | Baked Potato 3 | +| Plated Baked Potato | Plated Baked Potato | ## Beetroot Soup @@ -139,7 +139,7 @@ Generated from the resource pack item model JSON. | Icon | Rename to | | --- | --- | | Chicken Broth | Chicken Broth | -| Roast Chicken | Roast Chicken | +| Plated Roast Chicken | Plated Roast Chicken | | Roast Chicken 0 | Roast Chicken 0 | | Roast Chicken 1 | Roast Chicken 1 | | Roast Chicken 2 | 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" },