
infuse_type does not work
GezzyDax opened this issue ยท 0 comments
I add infuse_type following your example on curse, infuse_type even shows up in the game, but does not work with metallurgic Infuser
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