From 3cac38c7c1aba143181c57271d6999b7937e5089 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:32:13 +0200 Subject: [PATCH] Update to 1.21 --- .../gameplay/enderdragon_event.json | 0 galaxy/data/galaxy/{recipes => recipe}/red_sand.json | 2 +- .../galaxy/{recipes => recipe}/stonecutting_gravel.json | 6 ++++-- .../data/galaxy/{recipes => recipe}/stonecutting_sand.json | 6 ++++-- .../{loot_tables => loot_table}/entities/ender_dragon.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) rename galaxy/data/galaxy/{loot_tables => loot_table}/gameplay/enderdragon_event.json (100%) rename galaxy/data/galaxy/{recipes => recipe}/red_sand.json (93%) rename galaxy/data/galaxy/{recipes => recipe}/stonecutting_gravel.json (60%) rename galaxy/data/galaxy/{recipes => recipe}/stonecutting_sand.json (59%) rename galaxy/data/minecraft/{loot_tables => loot_table}/entities/ender_dragon.json (93%) diff --git a/galaxy/data/galaxy/loot_tables/gameplay/enderdragon_event.json b/galaxy/data/galaxy/loot_table/gameplay/enderdragon_event.json similarity index 100% rename from galaxy/data/galaxy/loot_tables/gameplay/enderdragon_event.json rename to galaxy/data/galaxy/loot_table/gameplay/enderdragon_event.json diff --git a/galaxy/data/galaxy/recipes/red_sand.json b/galaxy/data/galaxy/recipe/red_sand.json similarity index 93% rename from galaxy/data/galaxy/recipes/red_sand.json rename to galaxy/data/galaxy/recipe/red_sand.json index 5cb9a7c..b34fd44 100644 --- a/galaxy/data/galaxy/recipes/red_sand.json +++ b/galaxy/data/galaxy/recipe/red_sand.json @@ -31,7 +31,7 @@ } ], "result": { - "item": "minecraft:red_sand", + "id": "minecraft:red_sand", "count": 8 } } diff --git a/galaxy/data/galaxy/recipes/stonecutting_gravel.json b/galaxy/data/galaxy/recipe/stonecutting_gravel.json similarity index 60% rename from galaxy/data/galaxy/recipes/stonecutting_gravel.json rename to galaxy/data/galaxy/recipe/stonecutting_gravel.json index a48bbd6..d923b31 100644 --- a/galaxy/data/galaxy/recipes/stonecutting_gravel.json +++ b/galaxy/data/galaxy/recipe/stonecutting_gravel.json @@ -3,6 +3,8 @@ "ingredient": { "item": "minecraft:cobblestone" }, - "result": "minecraft:gravel", - "count": 1 + "result": { + "count": 1, + "id": "minecraft:gravel" + } } \ No newline at end of file diff --git a/galaxy/data/galaxy/recipes/stonecutting_sand.json b/galaxy/data/galaxy/recipe/stonecutting_sand.json similarity index 59% rename from galaxy/data/galaxy/recipes/stonecutting_sand.json rename to galaxy/data/galaxy/recipe/stonecutting_sand.json index 09441d6..214d586 100644 --- a/galaxy/data/galaxy/recipes/stonecutting_sand.json +++ b/galaxy/data/galaxy/recipe/stonecutting_sand.json @@ -3,6 +3,8 @@ "ingredient": { "item": "minecraft:gravel" }, - "result": "minecraft:sand", - "count": 1 + "result": { + "count": 1, + "id": "minecraft:sand" + } } \ No newline at end of file diff --git a/galaxy/data/minecraft/loot_tables/entities/ender_dragon.json b/galaxy/data/minecraft/loot_table/entities/ender_dragon.json similarity index 93% rename from galaxy/data/minecraft/loot_tables/entities/ender_dragon.json rename to galaxy/data/minecraft/loot_table/entities/ender_dragon.json index ec3e023..57fbaf6 100755 --- a/galaxy/data/minecraft/loot_tables/entities/ender_dragon.json +++ b/galaxy/data/minecraft/loot_table/entities/ender_dragon.json @@ -21,7 +21,7 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:0.0025" + "name": "minecraft:dragon_egg" } ], "rolls": 1.0