Earthcomputer / multiconnect

A mod to connect to multiple Minecraft server versions
Other
465 stars 52 forks source link

Fix fabric-api compatibilty #495

Closed LostLuma closed 1 year ago

LostLuma commented 1 year ago

Fixes #494 by moving the point multiconnect registers its content slightly.

This works fine w/o any additional mods on either modding platform, works fine with floader and fabric-api, however using quilt and qsl+qfapi this method is called twice and will crash still. I contacted @EnnuiL on Discord to hopefully get this resolved as it also messes with other mods (such as mine, but I did not look into it as much at the time I updated it).

Earthcomputer commented 1 year ago

I would ideally like this to run after vanilla has registered all its objects, is it possible to change this to do that?

LostLuma commented 1 year ago

Sure! This also makes it work on quilt weirdly enough, but that's good I suppose.