Epic/mods/stations/recipes_cauldron.lua

16 lines
379 B
Lua

simplecrafting_lib.register('cauldron', {
input = {
['farming:bowl'] = 6,
['zombies:tooth'] = 1,
['epic:float_crystal'] = 2,
['default:mese_crystal_fragment'] = 1,
['stations:coal_dust'] = 1,
['default:blueberries'] = 1,
['bucket:bucket_water'] = 1,
},
output = 'default:stone 9',
returns = {
["bucket:bucket"] = 1,
},
})