diff --git a/galaxy/data/galaxy/recipe/red_sand.json b/galaxy/data/galaxy/recipe/red_sand.json index b34fd44..89069ee 100644 --- a/galaxy/data/galaxy/recipe/red_sand.json +++ b/galaxy/data/galaxy/recipe/red_sand.json @@ -2,33 +2,15 @@ "type": "minecraft:crafting_shapeless", "category": "building", "ingredients": [ - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:red_dye" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - }, - { - "item": "minecraft:sand" - } + "minecraft:red_dye", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand", + "minecraft:sand" ], "result": { "id": "minecraft:red_sand", diff --git a/galaxy/data/galaxy/recipe/stonecutting_gravel.json b/galaxy/data/galaxy/recipe/stonecutting_gravel.json index d923b31..3f2943a 100644 --- a/galaxy/data/galaxy/recipe/stonecutting_gravel.json +++ b/galaxy/data/galaxy/recipe/stonecutting_gravel.json @@ -1,8 +1,6 @@ { "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:cobblestone" - }, + "ingredient": "minecraft:cobblestone", "result": { "count": 1, "id": "minecraft:gravel" diff --git a/galaxy/data/galaxy/recipe/stonecutting_sand.json b/galaxy/data/galaxy/recipe/stonecutting_sand.json index 214d586..e43efa6 100644 --- a/galaxy/data/galaxy/recipe/stonecutting_sand.json +++ b/galaxy/data/galaxy/recipe/stonecutting_sand.json @@ -1,8 +1,6 @@ { "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:gravel" - }, + "ingredient": "minecraft:gravel", "result": { "count": 1, "id": "minecraft:sand"