#Add new liquid fuel to create additions
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
tried this but didnt work
{
"type":"createaddition:liquid_burning",
"input": {
"fluidTag": "forge:biodiesel",
"amount": 1000
},
"burnTime": 4800,
"conditions": [
{
"fluidTag": "forge:biodiesel",
"type": "createaddition:has_fluid_tag"
}
]
}
try it without the condition?
https://github.com/mrh0/createaddition/tree/1.19.2/src/main/resources/data/createaddition/recipes/liquid_burning
There's a mix of recipes with and without and the ones with the condition aren't showing
and if that doesn't work, use the actual fluid instead of the tag, the thermal recipes are all fluid instead of fluid tag based for example
yup that worked