#Multiblock with requierment to run

8 messages · Page 1 of 1 (latest)

haughty scarab
#

is it possible to add to a Custome Multiblock a Fluid requierment per tick in order to run the Multiblock via KubeJS?
i work on a GT moderna modpack

pliant fable
haughty scarab
#

this is in the recipe builder or?

pliant fable
haughty scarab
#

i had a bug in ther if i use a perTick and then are part in witsh dosen use pertick JEI glitcht out and showes the recipe weird

pliant fable
#

What

haughty scarab
#
.itemInputs('gtceu:crushed_iron_ore')
.perTick(true)
.inputFluids('minecraft:water 100')
.perTick(false)
.itemOutputs('gtceu:iron_dust')
.chancedOutput('gtceu:iron_dust', 5000, 0)
.chancedOutput('gtceu:nickel_dust', 2500, 0)
.chancedOutput('gtceu:tin_dust', 1250, 0)
.chancedOutput('gtceu:stone_dust', 1500, 0)
.duration(400)
.EUt(5)
pliant fable