v1.18.2-0.5.0g-1.1.2 on CurseForge uses 1.19.2 mixins -> Crash
unilock opened this issue ยท 1 comments
MixinBlockAppendHoverText targets Block#appendHoverText
, which is a method that exists on 1.19.2, but not 1.18.2, leading to a mixin apply failure.
Version 1.18.2-0.5.0g-1.1.1 does not have this problem.
EDIT: Actually, both versions seem to crash only when mixin debugging is enabled!? (-Dmixin.debug=true
)