ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
86 stars 20 forks source link

Critical injection failure #52

Closed paulevsGitch closed 1 year ago

paulevsGitch commented 1 year ago

Method assert2 in MixinLevelProperties (station-vanilla-fix-v0) injects into client method, while mixin itself is called on server, which results with game crash. It should be annotated with @Environment(EnvType.CLIENT) or moved into another client-side mixin

mineLdiver commented 1 year ago

Fixed in https://github.com/ModificationStation/StationAPI/tree/flattening-networking

Gonna close this when flattening-networking is merged in main.