From 32d240f91de18eea81b3b3456608f300ce1fb963 Mon Sep 17 00:00:00 2001 From: Bobert <60948714+Bobisnotap@users.noreply.github.com> Date: Sat, 16 Jan 2021 13:10:08 -0700 Subject: [PATCH] =?UTF-8?q?Uhh,=20didn't=20know=20it=20would=20do=20that?= =?UTF-8?q?=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Un-removed RYS compat, apperently that breaks things --- .../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 +++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json create mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json create mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json create mode 100644 src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json create 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/readyyourshovels/splashing/rys_spashing_smoothing.json b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json new file mode 100644 index 000000000..c150bffc7 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_spashing_smoothing.json @@ -0,0 +1,21 @@ +{ + "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 new file mode 100644 index 000000000..604d8d847 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_clay_deposit.json @@ -0,0 +1,31 @@ +{ + "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 new file mode 100644 index 000000000..f9ddf4a85 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_gold_deposit.json @@ -0,0 +1,31 @@ +{ + "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 new file mode 100644 index 000000000..f3d6d707c --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_iron_deposit.json @@ -0,0 +1,31 @@ +{ + "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 new file mode 100644 index 000000000..eeb3a6710 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/readyyourshovels/splashing/rys_splashing_peat_deposit.json @@ -0,0 +1,31 @@ +{ + "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