Avoid glitched blocks
Glitched blocks in some areas/custom worlds
Glitched blocks

Fix on Spigot/Paper
Open config.yml
and set this option:
config.yml
Another solution
Another solution is to avoid using REAL
custom blocks type (mushroom) and use REAL_NOTE
custom blocks type.
REAL_NOTE
uses Note Blocks to create custom blocks, so you won't have this issue because they don't naturally generate around the vanilla world.
Optional settings on Purpur
This only works on Purpur. Spigot and Paper don't have this feature.
Enable these options in purpur.yml
configuration:
Note: disable-chorus-plant-updates: true
will completely stop chorus plants from updating. So you won't have the chain break effect on them when the first block is broken.
Example:
Last updated
Was this helpful?