#KubeJS mixing recipe error [1.20.1]
14 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Here's the script for the recipe:
ServerEvents.recipes(creative_cake => {
creative_cake.recipes.create.mixing('create:creative_blaze_cake', ['create:blaze_cake', 'thermal:signalum_ingot', 'Fluid.sap(500)', 'Fluid.refined_fuel(250)', 'Fluid.blazing_blood(800)', 'tconstruct:manyullyn_ingot(4)']).superheated()
})
'Fluid.sap(500)', 'Fluid.refined_fuel(250)', 'Fluid.blazing_blood(800)'
these strings dont exist
yoou have to use the actual objects
Fluid.of('id', amount)
'tconstruct:manyullyn_ingot(4)' this is also not a thing
'4x tconstruct:manyullyn_ingot'
Lemme try again cause I thought I got the same error, I'll get back to you
This is why I think Fluid.water and Fluid.lava are not recommended for newcomers
i think its fine, because we expect people to have at least the basics of programming