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