From 2278b76d8d3c3b455c522b56622d416dad294e67 Mon Sep 17 00:00:00 2001 From: Ayutac Date: Mon, 17 Jan 2022 23:40:58 +0100 Subject: [PATCH] Added prismarine related recipes (#2749) * Added prismarine related recipes * Fixed glowstone recipe for chemical reactor * On second thought, removed the chemical reactor recipes. * Revert "On second thought, removed the chemical reactor recipes." This reverts commit 708dfb308c55577584cb85e8cf253f0cd8c21174. --- .../chemical_reactor/dark_prismarine.json | 19 +++++++++++ .../chemical_reactor/glow_ink_sac.json | 21 ++++++++++++ .../recipes/chemical_reactor/glowstone.json | 19 +++++++++++ .../recipes/chemical_reactor/sea_lantern.json | 19 +++++++++++ .../recipes/compressor/prismarine_bricks.json | 16 ++++++++++ .../recipes/extractor/cyan_dye.json | 15 +++++++++ .../recipes/extractor/heart_of_the_sea.json | 15 +++++++++ .../grinder/calcite_dust_from_conduit.json | 16 ++++++++++ .../prismarine_crystals_from_sea_lantern.json | 16 ++++++++++ .../prismarine_shards_from_prismarine.json | 16 ++++++++++ ...smarine_shards_from_prismarine_bricks.json | 16 ++++++++++ .../heart_of_the_sea_with_mercury.json | 32 +++++++++++++++++++ .../heart_of_the_sea_with_water.json | 32 +++++++++++++++++++ 13 files changed, 252 insertions(+) create mode 100644 src/main/resources/data/techreborn/recipes/chemical_reactor/dark_prismarine.json create mode 100644 src/main/resources/data/techreborn/recipes/chemical_reactor/glow_ink_sac.json create mode 100644 src/main/resources/data/techreborn/recipes/chemical_reactor/glowstone.json create mode 100644 src/main/resources/data/techreborn/recipes/chemical_reactor/sea_lantern.json create mode 100644 src/main/resources/data/techreborn/recipes/compressor/prismarine_bricks.json create mode 100644 src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json create mode 100644 src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json create mode 100644 src/main/resources/data/techreborn/recipes/grinder/calcite_dust_from_conduit.json create mode 100644 src/main/resources/data/techreborn/recipes/grinder/prismarine_crystals_from_sea_lantern.json create mode 100644 src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine.json create mode 100644 src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine_bricks.json create mode 100644 src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_mercury.json create mode 100644 src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_water.json diff --git a/src/main/resources/data/techreborn/recipes/chemical_reactor/dark_prismarine.json b/src/main/resources/data/techreborn/recipes/chemical_reactor/dark_prismarine.json new file mode 100644 index 000000000..2a1e602fc --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/chemical_reactor/dark_prismarine.json @@ -0,0 +1,19 @@ +{ + "type": "techreborn:chemical_reactor", + "power": 30, + "time": 400, + "ingredients": [ + { + "item": "minecraft:prismarine", + "count": 2 + }, + { + "item": "minecraft:black_dye" + } + ], + "results": [ + { + "item": "minecraft:dark_prismarine" + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/chemical_reactor/glow_ink_sac.json b/src/main/resources/data/techreborn/recipes/chemical_reactor/glow_ink_sac.json new file mode 100644 index 000000000..4e4d90603 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/chemical_reactor/glow_ink_sac.json @@ -0,0 +1,21 @@ +{ + "type": "techreborn:chemical_reactor", + "power": 30, + "time": 400, + "ingredients": [ + { + "item": "minecraft:ink_sac", + "count": 3 + }, + { + "item": "minecraft:prismarine_crystals", + "count": 2 + } + ], + "results": [ + { + "item": "minecraft:glow_ink_sac", + "count": 3 + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/chemical_reactor/glowstone.json b/src/main/resources/data/techreborn/recipes/chemical_reactor/glowstone.json new file mode 100644 index 000000000..133ee2154 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/chemical_reactor/glowstone.json @@ -0,0 +1,19 @@ +{ + "type": "techreborn:chemical_reactor", + "power": 30, + "time": 400, + "ingredients": [ + { + "tag": "c:glowstone_small_dusts", + "count": 6 + }, + { + "item": "minecraft:sea_lantern" + } + ], + "results": [ + { + "item": "minecraft:glowstone" + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/chemical_reactor/sea_lantern.json b/src/main/resources/data/techreborn/recipes/chemical_reactor/sea_lantern.json new file mode 100644 index 000000000..3c2a922cc --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/chemical_reactor/sea_lantern.json @@ -0,0 +1,19 @@ +{ + "type": "techreborn:chemical_reactor", + "power": 30, + "time": 400, + "ingredients": [ + { + "item": "minecraft:prismarine_crystals", + "count": 6 + }, + { + "item": "minecraft:glowstone" + } + ], + "results": [ + { + "item": "minecraft:sea_lantern" + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/compressor/prismarine_bricks.json b/src/main/resources/data/techreborn/recipes/compressor/prismarine_bricks.json new file mode 100644 index 000000000..9c3bf5cf4 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/compressor/prismarine_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:compressor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "minecraft:prismarine", + "count": 2 + } + ], + "results": [ + { + "item": "minecraft:prismarine_bricks" + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json b/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json new file mode 100644 index 000000000..398650948 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/extractor/cyan_dye.json @@ -0,0 +1,15 @@ +{ + "type": "techreborn:extractor", + "power": 10, + "time": 300, + "ingredients": [ + { + "item": "minecraft:prismarine_shard" + } + ], + "results": [ + { + "item": "minecraft:cyan_dye" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json b/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json new file mode 100644 index 000000000..9620a0e44 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/extractor/heart_of_the_sea.json @@ -0,0 +1,15 @@ +{ + "type": "techreborn:extractor", + "power": 10, + "time": 1000, + "ingredients": [ + { + "item": "minecraft:conduit" + } + ], + "results": [ + { + "item": "minecraft:heart_of_the_sea" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/calcite_dust_from_conduit.json b/src/main/resources/data/techreborn/recipes/grinder/calcite_dust_from_conduit.json new file mode 100644 index 000000000..cb4e186ed --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/grinder/calcite_dust_from_conduit.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:grinder", + "power": 2, + "time": 500, + "ingredients" : [ + { + "item": "minecraft:conduit" + } + ], + "results" : [ + { + "item": "techreborn:calcite_dust", + "count": 2 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/prismarine_crystals_from_sea_lantern.json b/src/main/resources/data/techreborn/recipes/grinder/prismarine_crystals_from_sea_lantern.json new file mode 100644 index 000000000..7d0248018 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/grinder/prismarine_crystals_from_sea_lantern.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:grinder", + "power": 2, + "time": 400, + "ingredients" : [ + { + "item": "minecraft:sea_lantern" + } + ], + "results" : [ + { + "item": "minecraft:prismarine_crystals", + "count": 4 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine.json b/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine.json new file mode 100644 index 000000000..6f1f6c889 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:grinder", + "power": 2, + "time": 400, + "ingredients" : [ + { + "item": "minecraft:prismarine" + } + ], + "results" : [ + { + "item": "minecraft:prismarine_shard", + "count": 3 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine_bricks.json b/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine_bricks.json new file mode 100644 index 000000000..4d6928fe3 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/grinder/prismarine_shards_from_prismarine_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:grinder", + "power": 2, + "time": 400, + "ingredients" : [ + { + "item": "minecraft:prismarine_bricks" + } + ], + "results" : [ + { + "item": "minecraft:prismarine_shard", + "count": 7 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_mercury.json b/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_mercury.json new file mode 100644 index 000000000..21bf202f2 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_mercury.json @@ -0,0 +1,32 @@ +{ + "type": "techreborn:industrial_grinder", + "power": 64, + "time": 100, + "tank": { + "fluid": "techreborn:mercury", + "amount": 1000 + }, + "ingredients": [ + { + "item": "minecraft:heart_of_the_sea" + } + ], + "results": [ + { + "item": "techreborn:diamond_dust", + "count": 2 + }, + { + "item": "techreborn:titanium_dust", + "count": 2 + }, + { + "item": "techreborn:platinum_dust", + "count": 1 + }, + { + "item": "techreborn:raw_iridium", + "count": 1 + } + ] +} diff --git a/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_water.json b/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_water.json new file mode 100644 index 000000000..97aefd275 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/industrial_grinder/heart_of_the_sea_with_water.json @@ -0,0 +1,32 @@ +{ + "type": "techreborn:industrial_grinder", + "power": 64, + "time": 100, + "tank": { + "fluid": "minecraft:water", + "amount": 1000 + }, + "ingredients": [ + { + "item": "minecraft:heart_of_the_sea" + } + ], + "results": [ + { + "item": "techreborn:diamond_small_dust", + "count": 3 + }, + { + "item": "techreborn:titanium_small_dust", + "count": 3 + }, + { + "item": "techreborn:platinum_small_dust", + "count": 2 + }, + { + "item": "techreborn:iridium_nugget", + "count": 3 + } + ] +}