Frinn38 / MekaJS

A Minecraft addon mod for both Mekanism and KubeJS
0 stars 0 forks source link

infuse_type does not work #7

Open GezzyDax opened 1 year ago

GezzyDax commented 1 year ago

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