diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/amethyst_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/amethyst_ore.json new file mode 100644 index 0000000000..9bd59beb55 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/amethyst_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:amethyst_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "minecraft:amethyst_shard" + }, + { + "chance": 0.5, + "item": "minecraft:amethyst_shard" + }, + { + "count": 2, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.6, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/azurite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/azurite_ore.json new file mode 100644 index 0000000000..2575e7823d --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/azurite_ore.json @@ -0,0 +1,34 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:azurite_ore" + } + ], + "processingTime": 350, + "results": [ + { + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.75, + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_amethyst_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_amethyst_ore.json new file mode 100644 index 0000000000..088724d0e1 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_amethyst_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_amethyst_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "minecraft:amethyst_shard" + }, + { + "chance": 0.25, + "item": "minecraft:amethyst_shard" + }, + { + "count": 4, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.25, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_azurite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_azurite_ore.json new file mode 100644 index 0000000000..5fb6f7be51 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_azurite_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_azurite_ore" + } + ], + "processingTime": 525, + "results": [ + { + "count": 2, + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.25, + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_citrine_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_citrine_ore.json new file mode 100644 index 0000000000..c7cc1430c4 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_citrine_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_citrine_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "spectrum:citrine_shard" + }, + { + "chance": 0.25, + "item": "spectrum:citrine_shard" + }, + { + "count": 4, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.25, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_coal_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_coal_ore.json new file mode 100644 index 0000000000..ead02b4f75 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_coal_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_coal_ore" + } + ], + "processingTime": 375, + "results": [ + { + "count": 2, + "item": "minecraft:coal" + }, + { + "chance": 0.25, + "item": "minecraft:coal" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_copper_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_copper_ore.json new file mode 100644 index 0000000000..d7555d8fd9 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_copper_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_copper_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 7, + "item": "create:crushed_raw_copper" + }, + { + "chance": 0.25, + "item": "create:crushed_raw_copper" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_diamond_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_diamond_ore.json new file mode 100644 index 0000000000..1ab80c0f22 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_diamond_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_diamond_ore" + } + ], + "processingTime": 525, + "results": [ + { + "count": 2, + "item": "minecraft:diamond" + }, + { + "chance": 0.25, + "item": "minecraft:diamond" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_emerald_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_emerald_ore.json new file mode 100644 index 0000000000..697007b6a3 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_emerald_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_emerald_ore" + } + ], + "processingTime": 525, + "results": [ + { + "count": 2, + "item": "minecraft:emerald" + }, + { + "chance": 0.25, + "item": "minecraft:emerald" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_gold_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_gold_ore.json new file mode 100644 index 0000000000..e88256789b --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_gold_ore.json @@ -0,0 +1,36 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_gold_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 2, + "item": "create:crushed_raw_gold" + }, + { + "chance": 0.25, + "item": "create:crushed_raw_gold" + }, + { + "chance": 0.75, + "count": 2, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_iron_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_iron_ore.json new file mode 100644 index 0000000000..f39024b4b5 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_iron_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_iron_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 2, + "item": "create:crushed_raw_iron" + }, + { + "chance": 0.25, + "item": "create:crushed_raw_iron" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_lapis_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_lapis_ore.json new file mode 100644 index 0000000000..80635d4a8a --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_lapis_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_lapis_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 12, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.5, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_malachite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_malachite_ore.json new file mode 100644 index 0000000000..7248b3b8dd --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_malachite_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_malachite_ore" + } + ], + "processingTime": 525, + "results": [ + { + "count": 3, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.75, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_moonstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_moonstone_ore.json new file mode 100644 index 0000000000..d90976ab0d --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_moonstone_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_moonstone_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "spectrum:moonstone_shard" + }, + { + "chance": 0.25, + "item": "spectrum:moonstone_shard" + }, + { + "count": 4, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.25, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_onyx_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_onyx_ore.json new file mode 100644 index 0000000000..9a57b88807 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_onyx_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_onyx_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "spectrum:onyx_shard" + }, + { + "chance": 0.25, + "item": "spectrum:onyx_shard" + }, + { + "count": 4, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.25, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_redstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_redstone_ore.json new file mode 100644 index 0000000000..e2c3204190 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_redstone_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_redstone_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 7, + "item": "minecraft:redstone" + }, + { + "chance": 0.5, + "item": "minecraft:redstone" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_shimmerstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_shimmerstone_ore.json new file mode 100644 index 0000000000..a9a579c724 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_shimmerstone_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_shimmerstone_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.25, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_topaz_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_topaz_ore.json new file mode 100644 index 0000000000..6d5643976a --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/blackslag_topaz_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:blackslag_topaz_ore" + } + ], + "processingTime": 425, + "results": [ + { + "count": 4, + "item": "spectrum:topaz_shard" + }, + { + "chance": 0.25, + "item": "spectrum:topaz_shard" + }, + { + "count": 4, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.25, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "spectrum:cobbled_blackslag" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/citrine_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/citrine_ore.json new file mode 100644 index 0000000000..ec300ebd6b --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/citrine_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:citrine_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "spectrum:citrine_shard" + }, + { + "chance": 0.5, + "item": "spectrum:citrine_shard" + }, + { + "count": 2, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.6, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_amethyst_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_amethyst_ore.json new file mode 100644 index 0000000000..408445c155 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_amethyst_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_amethyst_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "minecraft:amethyst_shard" + }, + { + "chance": 0.25, + "item": "minecraft:amethyst_shard" + }, + { + "count": 4, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.25, + "item": "spectrum:amethyst_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_azurite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_azurite_ore.json new file mode 100644 index 0000000000..5f082cce16 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_azurite_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_azurite_ore" + } + ], + "processingTime": 450, + "results": [ + { + "count": 2, + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.25, + "item": "spectrum:raw_azurite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_citrine_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_citrine_ore.json new file mode 100644 index 0000000000..8dd7898700 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_citrine_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_citrine_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "spectrum:citrine_shard" + }, + { + "chance": 0.25, + "item": "spectrum:citrine_shard" + }, + { + "count": 4, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.25, + "item": "spectrum:citrine_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_malachite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_malachite_ore.json new file mode 100644 index 0000000000..2a809aac2a --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_malachite_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_malachite_ore" + } + ], + "processingTime": 450, + "results": [ + { + "count": 3, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.75, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_moonstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_moonstone_ore.json new file mode 100644 index 0000000000..88870c613b --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_moonstone_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_moonstone_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "spectrum:moonstone_shard" + }, + { + "chance": 0.25, + "item": "spectrum:moonstone_shard" + }, + { + "count": 4, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.25, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_onyx_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_onyx_ore.json new file mode 100644 index 0000000000..63cbfb2820 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_onyx_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_onyx_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "spectrum:onyx_shard" + }, + { + "chance": 0.25, + "item": "spectrum:onyx_shard" + }, + { + "count": 4, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.25, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_shimmerstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_shimmerstone_ore.json new file mode 100644 index 0000000000..05ec357791 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_shimmerstone_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_shimmerstone_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.25, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_topaz_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_topaz_ore.json new file mode 100644 index 0000000000..2e210fff82 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/deepslate_topaz_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:deepslate_topaz_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 4, + "item": "spectrum:topaz_shard" + }, + { + "chance": 0.25, + "item": "spectrum:topaz_shard" + }, + { + "count": 4, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.25, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/malachite_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/malachite_ore.json new file mode 100644 index 0000000000..ab3ad1a78e --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/malachite_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:malachite_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.5, + "item": "spectrum:raw_malachite" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/moonstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/moonstone_ore.json new file mode 100644 index 0000000000..268fade7b9 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/moonstone_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:moonstone_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "spectrum:moonstone_shard" + }, + { + "chance": 0.5, + "item": "spectrum:moonstone_shard" + }, + { + "count": 2, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.6, + "item": "spectrum:moonstone_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/onyx_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/onyx_ore.json new file mode 100644 index 0000000000..cdc87f4e51 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/onyx_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:onyx_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "spectrum:onyx_shard" + }, + { + "chance": 0.5, + "item": "spectrum:onyx_shard" + }, + { + "count": 2, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.6, + "item": "spectrum:onyx_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/paltaeria_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/paltaeria_ore.json new file mode 100644 index 0000000000..9e99428f28 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/paltaeria_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:paltaeria_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "spectrum:paltaeria_fragments" + }, + { + "chance": 0.5, + "item": "spectrum:paltaeria_fragments" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:end_stone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/shimmerstone_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/shimmerstone_ore.json new file mode 100644 index 0000000000..d89993674e --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/shimmerstone_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:shimmerstone_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.5, + "item": "spectrum:shimmerstone_gem" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/stratine_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/stratine_ore.json new file mode 100644 index 0000000000..e7f6cae738 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/stratine_ore.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:stratine_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "spectrum:stratine_fragments" + }, + { + "chance": 0.5, + "item": "spectrum:stratine_fragments" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:netherrack" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/topaz_ore.json b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/topaz_ore.json new file mode 100644 index 0000000000..86aa797643 --- /dev/null +++ b/src/main/resources/data/spectrum/recipes/mod_integration/create/crushing/ores/topaz_ore.json @@ -0,0 +1,43 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "spectrum:topaz_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 3, + "item": "spectrum:topaz_shard" + }, + { + "chance": 0.5, + "item": "spectrum:topaz_shard" + }, + { + "count": 2, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.6, + "item": "spectrum:topaz_powder" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create" + ] + } + ] + } \ No newline at end of file