Ex Nihilo: Sequentia

Ex Nihilo: Sequentia

9M Downloads

FluidItem with fluid output

DrUse1 opened this issue ยท 4 comments

commented

I'm making a modpack and I would like to use the FluidItem recipe (with kubejs) to get oil but it's the recipe type only output ItemStack

Recipe example :

{
"type": "exnihilosequentia:fluid_item",
"fluid": {
"fluid": "minecraft:water"
},
"input": {
"item": "minecraft:coal"
},
"result": {
"fluid": "pneumaticcraft:oil"
}
}

commented

use fluid transformation instead of fluid item

commented

How do I make the transform instant ?

commented

ok thanks !

commented

only way is to set it to 1 second in config, just set a number at "secondsToTransformFluid" greater than 1
maybe in the future we add the time to the json but atm the config is the only way