You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click on a cake with an item in your hand, or with an item in your offhand like a torch, the game will show the item being placed before teleporting you via the cake. However, when you return to the cake, there will not be a block placed.
We should figure out a way to prevent this block being placed from being shown.
The text was updated successfully, but these errors were encountered:
I wonder if the code is running on both the server and the client, but not accounting for it properly on the client. This could create a desync where the client thinks the appropriate response is placing a block but the server teleports the player.
serenibyss
added a commit
to serenibyss/DimensionalEdibles
that referenced
this issue
Mar 3, 2021
When you click on a cake with an item in your hand, or with an item in your offhand like a torch, the game will show the item being placed before teleporting you via the cake. However, when you return to the cake, there will not be a block placed.
We should figure out a way to prevent this block being placed from being shown.
The text was updated successfully, but these errors were encountered: