Create: Extended Cogwheels

Create: Extended Cogwheels

1M Downloads

v1.18.2-0.5.0g-1.1.2 on CurseForge uses 1.19.2 mixins -> Crash

unilock opened this issue ยท 1 comments

commented

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.

(relevant release)

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)

commented

OK, I think Mixin is just doing something wonky, since another mod that mixes into Block also breaks when debugging is enabled.