Workaround flickering issue that is still happening on fabric, set default to not constantly update GUI
Fix gui flickering issue when lots of mods are installed that use neoforges guilayers feature.
Refine feature of not updating gui constantly so it makes sure players wandering near player with gui already open will see the gui correctly.
Port mc 1.21.4 changes
update to 1.21.4 Fix resource reloading breaking dynamic gui rendering for fabric Try to send full itemstack for item transferring visual, but if its larger than 31000 bytes, use the simple itemstack version
Fix resource reloading breaking dynamic gui rendering for fabric
Update v1.2.3 to 1.21.3
Update v1.2.2 to 1.21.0
Fix shader code using texture2D that is deprecated, causing crashes on intel integrated GPUs
Add error catching to ParticleItem with a blacklist to prevent further exceptions, prevents some rare reported crashes with specific set of mods or possibly specific item. Implement system that dynamically syncs all settings in ConfigServerControlledSyncedToClient from server to client into same class for easy use. Add new server controlled configs for more admin control.
Fix console spam.
Add error catching to ParticleItem with a blacklist to prevent further exceptions, prevents some rare reported crashes with specific set of mods or possibly specific item. Implement system that dynamically syncs all settings in ConfigServerControlledSyncedToClient from server to client into same class for easy use. Add new server controlled configs for more admin control.
New dynamic gui support for all guis including almost all modded guis.
See full detail of the open gui, getting updates twice a second See items transferring between player and the open container with a visual of the item itself moving between them Extensive set of configs to tweak it to your liking, with some new server side configs that are synced to clients. Various bugfixes Fix incompatibility with Better Ping Display that caused crashes.