
no new gas or infuser type
Koldra opened this issue ยท 2 comments
I have copy and paste your examples but i don't have any new gas in game that are the lines in the kubejs startup_script
onEvent('infuser_type.registry', event => {
event.create("clay_ball").color(9344921).texture("kubejs:infuser_types/clay.png")
})
onEvent('gas.registry', event => {
event.create("clay_ball").color(9344921).texture("kubejs:infuser_types/clay.png")
})
Look like something changed in KubJS that broke this addon, I updated KubeJS dependency to latest version and fixed the errors.
The new file on curseforge (MekaJS-1.16.5-1.2.0) should work