#how do i add modded liquids to a spouting recipe

4 messages · Page 1 of 1 (latest)

mystic shuttle
#

event.recipes.create.filling( 'mekanism:hdpe_stick', ['minecraft:stick', Fluid.createindustry:liquid_plastic(200)])
currently this isnt working because plasticrecipe.js#7: Error loading KubeJS script: server_scripts:plasticrecipe.js': missing ] after element list

spark lanceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

elder venture
#
event.recipes.create.filling('mekanism:hdpe_stick', ['minecraft:stick', Fluid.of('createindustry:liquid_plastic', 200)])
mystic shuttle
#

thank you!