paulevsGitch / BetterNether

BetterNether Mod
GNU General Public License v3.0
105 stars 72 forks source link

Replace usage of internal fabric mixins with our own accessors #548

Closed NoahvdAa closed 2 years ago

NoahvdAa commented 2 years ago

Fabric considers the classes in the net.fabricmc.fabric.mixin package internal because they can be changed/removed completely at any time. Fixes #544.