You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
I try different variations of the inputGas, mainly the .inputGas({type: 'kubejs:ethene_gas', amount: 810}) which is what the wiki says to do. But it just throws an error:
[ERR ] Error occurred while handling event 'recipes': Wrapped java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Long (java.lang.Integer and java.lang.Long are in module java.base of loader 'bootstrap') (server_scripts:NTC3/base/modSpecific/multiblocked/multiblock_recipes.js#237)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is the script in server_scripts:
I try different variations of the inputGas, mainly the
.inputGas({type: 'kubejs:ethene_gas', amount: 810})
which is what the wiki says to do. But it just throws an error:[ERR ] Error occurred while handling event 'recipes': Wrapped java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Long (java.lang.Integer and java.lang.Long are in module java.base of loader 'bootstrap') (server_scripts:NTC3/base/modSpecific/multiblocked/multiblock_recipes.js#237)
The text was updated successfully, but these errors were encountered: