diff --git a/src/main/resources/data/createdeco/recipe/placard.json b/src/main/resources/data/createdeco/recipe/placard.json index edac901f..b29d409b 100644 --- a/src/main/resources/data/createdeco/recipe/placard.json +++ b/src/main/resources/data/createdeco/recipe/placard.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "group": "dye_placard", "ingredients": [ { @@ -10,6 +11,7 @@ } ], "result": { - "item": "create:placard" + "count": 1, + "id": "create:placard" } -} \ No newline at end of file +}