atlarge-research / opencraft

Other
5 stars 2 forks source link

Fix decorator not updating all the chunks it makes changes to #56

Closed jdonkervliet closed 3 years ago

jdonkervliet commented 4 years ago

In GitLab by @JimVliet on May 15, 2020, 12:10

It seems that sometimes modified blocks by the decorators are not sent to the client, if these modified blocks are in different chunks. Why exactly this does not happen is currently not exactly clear. One possible reason might be that the decorator is modifying blocks in chunks that have not completed their generation.

The image below shows the problem: image

Placing blocks at the locations where the mushroom blocks are supposed to be, will trigger an update for that block: image

Rejoining the server will fix this visual glitch entirely: image

jdonkervliet commented 4 years ago

In GitLab by @swabbur on Jun 6, 2020, 22:13

Is this issue still present in the current version of the application?