
FluidItem with fluid output
DrUse1 opened this issue ยท 4 comments
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"
}
}