Fabricators-of-Create / Porting-Lib

A collection of utilities for porting mods from Forge to Fabric.
Other
125 stars 34 forks source link

incorrect mapping for `Shadow` field #138

Closed rhysdh540 closed 4 weeks ago

rhysdh540 commented 1 month 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

in 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)