[1.19.2] Script errors in the new KubeJS alpha
Vapaman opened this issue ยท 3 comments
Error Message
[20:16:03] [ERR ] Error loading KubeJS script: server_scripts:unify.js: Line 176: 'onEvent()' is no longer supported! Read more on wiki: https://kubejs.com/kjs6
Instructions on fixing
https://mods.latvian.dev/books/kubejs/page/migrating-to-kubejs-6
Versions:
KubeJS Forge 1902.6.0-build.101
Rhino Forge 1902.2.1-build.247
dumb... I still have to support older versions that still use onEvent()
. So in reality I can't just change onEvent, I have to put a version check in place that surrounds every single function
Fixed by 6abd721