
maybe dont require fabric registry sync?
TheKidThatCodes opened this issue ยท 2 comments
fabric registry sync causes an issue with a fabric client trying to join a fabric server of a different version via viaversion on the server. it is possible to patch it out of the fabric api jar by using:
jar -xf <fabric api jar> fabric.mod.json
then edit the jars part of the file to not contain registry sync
then do
jar -uf <fabric api jar> fabric.mod.json
Polymer doesn't require it. Other mods migh, as aside of registry sync, that library adds some registry related events. This should be patched on ViaFabric side of things, as polymer doesn't want to break modpacks and such