From ef9efa3661511d1c5158b80909f2f18b3a7ca9c7 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:16:08 +0200 Subject: [PATCH] Update datapack for 1.21.7 --- galaxy/data/galaxy/recipe/red_sand.json | 36 +++++-------------- .../galaxy/recipe/stonecutting_gravel.json | 4 +-- .../data/galaxy/recipe/stonecutting_sand.json | 4 +-- 3 files changed, 11 insertions(+), 33 deletions(-) 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"