Maintained version of RegSyncFix for modern Minecraft Versions, allows for bypassing Fabric API registry sync errors https://modrinth.com/mod/ModernRegSyncFix
Find a file
Dexrn ZacAttack 44052dc6dc
Some checks failed
build / build (25) (push) Has been cancelled
chore: add license to sourcesJar
2026-05-02 21:48:17 -07:00
.github/workflows feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
gradle/wrapper feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
src feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
.gitattributes Initial commit 2024-05-29 14:25:41 -06:00
.gitignore Initial commit 2024-05-29 14:25:41 -06:00
build.gradle chore: add license to sourcesJar 2026-05-02 21:48:17 -07:00
example_error.png Initial commit 2024-05-29 14:25:41 -06:00
gradle.properties feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
gradlew Initial commit 2024-05-29 14:25:41 -06:00
gradlew.bat Initial commit 2024-05-29 14:25:41 -06:00
LICENSE feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
README.md feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
README.old.md feat!: update to 26.1+, rebrand, fix client registry sync fix 2026-05-02 21:23:55 -07:00
settings.gradle Initial commit 2024-05-29 14:25:41 -06:00

ModernRegSyncFix


A hard fork of RegSyncFix for modern versions.

RegSyncFix is a simple Fabric mod that bypasses errors during registry syncs in Fabric API. It can be used on the server side to disable syncs entirely for all clients, or you can install it on your client and the client will proceed despite the error.

What's different?

This fork adds support for Minecraft versions 26.1 onwards.

Why?

The original maintainer seems to be inactive, and not able to be easily contacted... and a server I manage desperately needed a replacement for this mod, to allow vanilla clients to connect without Legacy4J.

If you happen to be the original maintainer reading this, and are interested in maintaining the original project, please contact me on Discord at dexrn, and I will archive this repo. Additionally, I'll clean and PR the code from this fork's last commit if desired.

Credits

User/Project Reason
ILikeFood971 For making RegSyncFix

WARNING

The registry sync is there for a reason. If you are using this mod you may encounter unexpected behavior if the mods are not the same as the server. The intent of this mod is for cases where you know everything should work fine but the registry is preventing you from joining.