Sindarin27 / farsighted-mobs

Helping Minecraft's nearsighted mobs see.
3 stars 0 forks source link

Mixins not applying correctly outside development environment #15

Closed Sindarin27 closed 1 week ago

Sindarin27 commented 1 week ago

Probably something to do with refmaps. Issue is present on NeoForge, Fabric untested.

Sindarin27 commented 1 week ago

Same happens for Fabric. In both cases, the field accessed using accesstransformers remains protected instead of public.

Sindarin27 commented 1 week ago

Fixed in 3.0.2. Apparently, access wideners are not as reliable on architectury as accessor mixins.