Closed rhysdh540 closed 4 weeks ago
when referring to GrindstoneMenu.this here: https://github.com/Fabricators-of-Create/Porting-Lib/blob/2e5466428ea04349a882a91c82af24d7b403e005/modules/base/src/main/java/io/github/fabricators_of_create/porting_lib/mixin/common/GrindstoneMenuMixin.java#L79-L81
GrindstoneMenu.this
in mojmap that field is called this$0
this$0
the mixin fails to apply in dev if you have nameSyntheticMembers = true (or are using something else that maps them)
nameSyntheticMembers = true
when referring to
GrindstoneMenu.this
here: https://github.com/Fabricators-of-Create/Porting-Lib/blob/2e5466428ea04349a882a91c82af24d7b403e005/modules/base/src/main/java/io/github/fabricators_of_create/porting_lib/mixin/common/GrindstoneMenuMixin.java#L79-L81in mojmap that field is called
this$0
the mixin fails to apply in dev if you have
nameSyntheticMembers = true
(or are using something else that maps them)