
changing the consume fluid value does not make fluid get consumed
benbenlaw opened this issue ยท 9 comments
changing consume fluid value from 0 to 1 doesnt not make fluid ever get consumed
{
"type": "interactio:item_fluid_transform",
"inputs": [
{
"item": "rats:cheese",
"count": 64,
"return_chance": 0
},
{
"item": "rats:cheese",
"count": 64,
"return_chance": 0
},
{
"item": "rats:cheese",
"count": 64,
"return_chance": 0
},
{
"item": "rats:cheese",
"count": 64,
"return_chance": 0
}
],
"fluid": {
"fluid": "kubejs:weak_enriching_fluid"
},
"output": {
"item": "rats:creative_cheese",
"count": 1
}
},
"consume_fluid": 1
}
The JSON you posted here is incorrect:
Can you see if it works if you fix the typo?