#How to add quantity for metallurgic infuser from Mekanism ?

24 messages · Page 1 of 1 (latest)

visual orchid
#

I want to add a quantity for gold but I don't see how to do it (I'm new to KubeJS) despite the wiki :

wiki : event.recipes.mekanism.metallurgic_infusing(output, inputItem, infusionInput, infusionAmount)

I have this : event.recipes.mekanism.metallurgic_infusing('moremekanismprocessing:platinum_ingot', 'moremekanismprocessing:iridium_ingot', 'mekanism:gold')

short gladeBOT
#

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

visual orchid
#

Same for osmium compressor, 200 000mb by default for gas input

wise flint
#

the wiki is pretty selfexplanatory from your snippet

event.recipes.mekanism.metallurgic_infusing('moremekanismprocessing:platinum_ingot', 'moremekanismprocessing:iridium_ingot', 'mekanism:gold', 1000)
visual orchid
native templeBOT
#

Paste version of server.log from @visual orchid

wise flint
#

wait

#

there is no mekanism for 1.20 for kjs hmmm

visual orchid
#

It works for everything I want, but I don't see how to manage the quantities.

wise flint
#

what works? it doesnt exist

visual orchid
#

I managed to create crafts, for the metallurgic infuser, combiner and osmium compressor, but I don't know how to add the quantities I want

#

just that, it works : event.recipes.mekanism.metallurgic_infusing('moremekanismprocessing:platinum_ingot', 'moremekanismprocessing:iridium_ingot', 'mekanism:gold')
I have the craft

#

example for silver

wise flint
#

i mean if you cant read or answer my question that i asked multiple times, i cant help you

visual orchid
#

what question?

#

I found for metallurgic infuser, I just added '100x mekanism:gold' and it works, but I did the same thing with the osmium compressor and it doesn't work

pure edge
#

basically asking how you can use recipe constructors even though there's no kjs mekanism for 1.20.1

visual orchid
visual orchid
#

I found out how to do it for the osmium compressor, it was necessary to add {gas:'mekanism:osmium', amout:1}