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