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