diff --git a/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none.json b/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none.json new file mode 100644 index 000000000..fe6ba1916 --- /dev/null +++ b/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none.json @@ -0,0 +1,25 @@ +{ + "type": "cyclic:melter", + "ingredients": [{ + "item": "minecraft:feather" + }], + "result": { + "fluid": "colouredstuff:water_none", + "count": 250 + }, + "energy": { + "rfpertick": 50, + "ticks": 20 + }, + "conditions": [ + { + "values": [ + { + "modid": "cyclic", + "type": "forge:mod_loaded" + } + ], + "type": "forge:and" + } + ] +} diff --git a/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none_2x.json b/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none_2x.json new file mode 100644 index 000000000..6bebc365e --- /dev/null +++ b/src/minecraft/global_packs/required_data/skyfactory_5/data/colouredstuff/recipes/cyclic/melt_none_2x.json @@ -0,0 +1,27 @@ +{ + "type": "cyclic:melter", + "ingredients": [{ + "item": "minecraft:feather" + },{ + "item": "minecraft:feather" + }], + "result": { + "fluid": "colouredstuff:water_none", + "count": 500 + }, + "energy": { + "rfpertick": 50, + "ticks": 20 + }, + "conditions": [ + { + "values": [ + { + "modid": "cyclic", + "type": "forge:mod_loaded" + } + ], + "type": "forge:and" + } + ] +}