andersblomqvist / enhanced-mob-spawners

Mod for Minecraft (Fabric). Adding new features to the Spawner
https://www.curseforge.com/minecraft/mc-mods/enhanced-mob-spawners
Creative Commons Zero v1.0 Universal
9 stars 15 forks source link

fix: register msg on both ends and config sync #107

Closed andersblomqvist closed 2 months ago

andersblomqvist commented 2 months ago

closes #106

The issues was not registering the sync config packet on both ends. It was only registered on the client side.

Additionally, a bug was spotted where the config values would become out of sync when client connects to a server with config S, then leave the server, and join a singleplayer world which uses their local config C. Previously the client world would still use config S instead of C. That has now been fixed.