Shadows-of-Fire / FastWorkbench

Caching recipes in the crafting table
MIT License
23 stars 17 forks source link

[1.19.2] Recipe book config not synced to client #102

Closed sigmastar00 closed 1 year ago

sigmastar00 commented 1 year ago

Installed mods: Forge 43.2.14 Fast Workbench 7.1.3 Placebo 7.2.0

When the config option "Remove Recipe Book Button" is set to false, the recipe book remains absent when joining a server. Joining a singleplayer world with the same option set to false correctly shows the recipe book. Joining a singleplayer world, and then a server afterwards also correctly shows the recipe book on the server.

katubug commented 1 year ago

Having this same issue reported to me by modpack users.

Shadows-of-Fire commented 1 year ago

That config is clientside only, so it does not sync s2c. There are other mods that also remove the book though.

sigmastar00 commented 1 year ago

The issue is that the recipe book is supposed to be there, but it isn't until you join a singleplayer world. The config is not being respected, calling it a syncing issue is probably incorrect but I wasn't sure how else to describe it.

Shadows-of-Fire commented 1 year ago

Ah, okay, yeah this might be an actual issue. I don't read the config on startup and only on reload (which is clientside boot of a world).

Fixed for 7.1.4