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
I found this like in dedicated server's crafttweaker.log:
[CONSTRUCTING][SERVER][ERROR] [mixin | SIDE_SERVER]: Error parsing mixin/oldjavawarning.zs:4-- class net.darkhax.oldjava.OldJavaWarning does not exist.
Despite the fact that other mixins not reporting any errors and considered as "working" I still can see non-changed behaviour, for example,
in v1.20.7 the error you post here is info log level now. It doesn't break all mixin scripts anymore. But other parse errors (for example, missing ;) still break. You can browse latest.log to get which mixins are loaded.
I am debugging recently E2EE ZS mixin changes.
I found this like in dedicated server's
crafttweaker.log
:Despite the fact that other mixins not reporting any errors and considered as "working" I still can see non-changed behaviour, for example,
Adding
#sideonly client
to theoldjavawarning.zs
ofc fixes the issue, but it would be more oblivious if erroring script not break all the mixins.The text was updated successfully, but these errors were encountered: