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