From 44ee867c1fae9f10ba4411888e5cbe26206813d9 Mon Sep 17 00:00:00 2001 From: Angus Grewal <8131582+Purple-Towel@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:33:54 -0700 Subject: [PATCH] Fixed an instance of id instead of item in the placard recipe When updating the version of Create Deco in my pack after a break, KubeJS began complaining, again, about the placard recipe. Looks like there was at some point an extra change from "item: white_dye" to "id:white_dye" for ingredients: [ ]. --- src/main/resources/data/createdeco/recipe/placard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/createdeco/recipe/placard.json b/src/main/resources/data/createdeco/recipe/placard.json index ee37ff2b..b29d409b 100644 --- a/src/main/resources/data/createdeco/recipe/placard.json +++ b/src/main/resources/data/createdeco/recipe/placard.json @@ -7,7 +7,7 @@ "tag": "createdeco:placards" }, { - "id": "minecraft:white_dye" + "item": "minecraft:white_dye" } ], "result": {