From c227c369274d4f201e39bef6d48bd3a393fcdc91 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 28 Dec 2024 19:21:19 -0600 Subject: [PATCH] fixed ae2 recipes --- .../recipes/blasting/sky_dust_to_sky_stone_block.json | 10 ---------- ...ne_to_sky_stone_block.json => sky_stone_block.json} | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100755 akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_dust_to_sky_stone_block.json rename akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/{sky_stone_to_sky_stone_block.json => sky_stone_block.json} (84%) diff --git a/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_dust_to_sky_stone_block.json b/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_dust_to_sky_stone_block.json deleted file mode 100755 index 3de21fd..0000000 --- a/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_dust_to_sky_stone_block.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:blasting", - "category": "blocks", - "cookingtime": 200, - "experience": 0.0, - "ingredient": { - "item": "ae2:sky_dust" - }, - "result": "ae2:sky_stone" -} \ No newline at end of file diff --git a/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_to_sky_stone_block.json b/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_block.json similarity index 84% rename from akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_to_sky_stone_block.json rename to akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_block.json index ff43825..0f29cbb 100755 --- a/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_to_sky_stone_block.json +++ b/akanealw_custom_datapacks/ae2-custom-recipes/data/ae2/recipes/blasting/sky_stone_block.json @@ -4,7 +4,7 @@ "cookingtime": 200, "experience": 0.0, "ingredient": { - "item": "ae2:sky_stone" + "item": "ae2:sky_dust" }, "result": "ae2:sky_stone_block" } \ No newline at end of file