From 8ba9d795ca7cdf2eeb40967285a9709298e31aaf Mon Sep 17 00:00:00 2001 From: 2020Sanoj <75573284+2020Sanoj@users.noreply.github.com> Date: Sun, 19 Sep 2021 20:09:37 +0200 Subject: [PATCH] Blastfurnace + Balancing --- data/crafting/recipes/rawcopperblock-blast.json | 10 ++++++++++ data/crafting/recipes/rawcopperblock.json | 2 +- data/crafting/recipes/rawgoldblock-blast.json | 10 ++++++++++ data/crafting/recipes/rawgoldblock.json | 4 ++-- data/crafting/recipes/rawironblock-blast.json | 10 ++++++++++ data/crafting/recipes/rawironblock.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 data/crafting/recipes/rawcopperblock-blast.json create mode 100644 data/crafting/recipes/rawgoldblock-blast.json create mode 100644 data/crafting/recipes/rawironblock-blast.json diff --git a/data/crafting/recipes/rawcopperblock-blast.json b/data/crafting/recipes/rawcopperblock-blast.json new file mode 100644 index 0000000..f206314 --- /dev/null +++ b/data/crafting/recipes/rawcopperblock-blast.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:raw_copper_block" + }, + "result": "minecraft:copper_block", + "experience": 3,15, + "cookingtime": 675, + "group": "rawblock" +} \ No newline at end of file diff --git a/data/crafting/recipes/rawcopperblock.json b/data/crafting/recipes/rawcopperblock.json index 6b9d125..c404017 100644 --- a/data/crafting/recipes/rawcopperblock.json +++ b/data/crafting/recipes/rawcopperblock.json @@ -5,6 +5,6 @@ }, "result": "minecraft:copper_block", "experience": 6.3, - "cookingtime": 1800, + "cookingtime": 1350, "group": "rawblock" } \ No newline at end of file diff --git a/data/crafting/recipes/rawgoldblock-blast.json b/data/crafting/recipes/rawgoldblock-blast.json new file mode 100644 index 0000000..555fe57 --- /dev/null +++ b/data/crafting/recipes/rawgoldblock-blast.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:raw_gold_block" + }, + "result": "minecraft:gold_block", + "experience": 4.5, + "cookingtime": 675, + "group": "rawblock" +} \ No newline at end of file diff --git a/data/crafting/recipes/rawgoldblock.json b/data/crafting/recipes/rawgoldblock.json index 55e0562..d679425 100644 --- a/data/crafting/recipes/rawgoldblock.json +++ b/data/crafting/recipes/rawgoldblock.json @@ -4,7 +4,7 @@ "item": "minecraft:raw_gold_block" }, "result": "minecraft:gold_block", - "experience": 6.3, - "cookingtime": 1800, + "experience": 9, + "cookingtime": 1350, "group": "rawblock" } \ No newline at end of file diff --git a/data/crafting/recipes/rawironblock-blast.json b/data/crafting/recipes/rawironblock-blast.json new file mode 100644 index 0000000..4824fa2 --- /dev/null +++ b/data/crafting/recipes/rawironblock-blast.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:raw_iron_block" + }, + "result": "minecraft:iron_block", + "experience": 3.15, + "cookingtime": 675, + "group": "rawblock" +} \ No newline at end of file diff --git a/data/crafting/recipes/rawironblock.json b/data/crafting/recipes/rawironblock.json index 1ecc141..217a455 100644 --- a/data/crafting/recipes/rawironblock.json +++ b/data/crafting/recipes/rawironblock.json @@ -5,6 +5,6 @@ }, "result": "minecraft:iron_block", "experience": 6.3, - "cookingtime": 1800, + "cookingtime": 1350, "group": "rawblock" } \ No newline at end of file