FxMorin / carpet-fixes

fabric-carpet extension mod which attempts to fix as many vanilla minecraft bugs as possible. Feel free to add as many fixes as you want! Currently 220+ Fixes!
MIT License
134 stars 22 forks source link

reIntroduceItemShadowing not functioning in multiplayer #158

Closed walkerad03 closed 1 year ago

walkerad03 commented 1 year ago

Describe the bug When using the reIntroduceItemShadowing and reIntroduceInstantBlockUpdates commands in a singleplayer world, the expected behavior is shown, where items can be successfully shadowed.

However, when attempting this in a modded server, with the exact same modlist and options selected, update suppression is possible, but item shadowing is not.

I have both options enabled in both my own client, as well as in carpet-fixes.conf which is located in the root directory of the server files.

carpet-fixes.conf

reIntroduceInstantBlockUpdates true
reIntroduceItemShadowing true

Minecraft Version: