MekaJS

MekaJS

390k Downloads

infuse_type does not work

GezzyDax opened this issue ยท 0 comments

commented

I add infuse_type following your example on curse, infuse_type even shows up in the game, but does not work with metallurgic Infuser

image

onEvent('infuse_type.registry', event => {

    event.create("draconium").color(0x6E1675)

})

recipe in metallurgic Infuser

onEvent("recipes", (event) => {
event.recipes.mekanismMetallurgicInfusing("draconicevolution:draconium_core", "#forge:ingots/refined_obsidian", "kubejs:draconium", 320)
});

/kubejs warning gives this error

image