From 1622d719291b346d9938a7d8708449ed663ef70b Mon Sep 17 00:00:00 2001 From: Bobert <60948714+Bobisnotap@users.noreply.github.com> Date: Sat, 16 Jan 2021 13:00:58 -0700 Subject: [PATCH] The Nerf Nerfs Arid Sand splashing, shouldn't hurt pogression anymore. Removes RYS recipes, that mod is being rebuilt and reworked, I will submit new recipes when the new version is released for 1.16 --- .../atmospheric/splashing/arid_sand.json | 4 +-- .../splashing/rys_spashing_smoothing.json | 21 ------------- .../splashing/rys_splashing_clay_deposit.json | 31 ------------------- .../splashing/rys_splashing_gold_deposit.json | 31 ------------------- .../splashing/rys_splashing_iron_deposit.json | 31 ------------------- .../splashing/rys_splashing_peat_deposit.json | 31 ------------------- 6 files changed, 2 insertions(+), 147 deletions(-) delete mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json delete mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json delete mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json delete mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json delete mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_peat_deposit.json diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/splashing/arid_sand.json b/src/main/resources/data/create/recipes/compat/atmospheric/splashing/arid_sand.json index 4c4da1935..5c51a9d3b 100644 --- a/src/main/resources/data/create/recipes/compat/atmospheric/splashing/arid_sand.json +++ b/src/main/resources/data/create/recipes/compat/atmospheric/splashing/arid_sand.json @@ -18,9 +18,9 @@ "chance": 0.25 }, { - "item": "minecraft:quartz", + "item": "atmospheric:aloe_kernels", "count": 1, - "chance": 0.15 + "chance": 0.05 } ] } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json deleted file mode 100644 index c150bffc7..000000000 --- a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "rys" - } - ], - "type": "create:splashing", - "group": "minecraft:misc", - "ingredients": [ - { - "item": "rys:tough_dirt" - } - ], - "results": [ - { - "item": "rys:smooth_dirt", - "count": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json deleted file mode 100644 index 604d8d847..000000000 --- a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "rys" - } - ], - "type": "create:splashing", - "group": "minecraft:misc", - "ingredients": [ - { - "item": "rys:clay_deposit" - } - ], - "results": [ - { - "item": "minecraft:clay_ball", - "count": 2 - }, - { - "item": "minecraft:clay_ball", - "count": 4, - "chance": 0.5 - }, - { - "item": "minecraft:dirt", - "count": 1, - "chance": 0.125 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json deleted file mode 100644 index f9ddf4a85..000000000 --- a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "rys" - } - ], - "type": "create:splashing", - "group": "minecraft:misc", - "ingredients": [ - { - "item": "rys:gold_deposit" - } - ], - "results": [ - { - "item": "minecraft:gold_nugget", - "count": 2 - }, - { - "item": "minecraft:gold_nugget", - "count": 4, - "chance": 0.5 - }, - { - "item": "minecraft:dirt", - "count": 1, - "chance": 0.125 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json deleted file mode 100644 index f3d6d707c..000000000 --- a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "rys" - } - ], - "type": "create:splashing", - "group": "minecraft:misc", - "ingredients": [ - { - "item": "rys:iron_deposit" - } - ], - "results": [ - { - "item": "minecraft:iron_nugget", - "count": 2 - }, - { - "item": "minecraft:iron_nugget", - "count": 4, - "chance": 0.5 - }, - { - "item": "minecraft:dirt", - "count": 1, - "chance": 0.125 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_peat_deposit.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_peat_deposit.json deleted file mode 100644 index eeb3a6710..000000000 --- a/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_peat_deposit.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "rys" - } - ], - "type": "create:splashing", - "group": "minecraft:misc", - "ingredients": [ - { - "item": "rys:peat_deposit" - } - ], - "results": [ - { - "item": "rys:peat", - "count": 2 - }, - { - "item": "rys:peat", - "count": 4, - "chance": 0.5 - }, - { - "item": "minecraft:dirt", - "count": 1, - "chance": 0.125 - } - ] -} \ No newline at end of file