#KubeJS mixing recipe error [1.20.1]

14 messages · Page 1 of 1 (latest)

dreamy sage
#

I’m getting a weird error with the mixing recipe from Create. I do have the create addon installed as well as PonderJS.

hollow nebulaBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

dreamy sage
#

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()

})

hidden canyon
#

'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'

dreamy sage
#

Lemme try again cause I thought I got the same error, I'll get back to you

covert geyser
hidden canyon
#

i think its fine, because we expect people to have at least the basics of programming

dreamy sage
#

Hm, I didn't get the error again

#

Thanks for the help

#

Now the recipe just isn't showing up but I've dealt with that before with mechanical crafting, so I think i'll close this