Standing on stone that changes to cobble causes suffocation damage.
LigerXT5 opened this issue ยท 9 comments
If player is standing on top of stone which turns to cobble, ex: mining ore, the player is killed. Due to player falling into hole when stone is replaced with cobble?
The only way I've been able to fix this, is to disable cobble from falling. Players were saying the cobble was bouncing when they changed, hence the idea of disabling of cobble.
Changed meaning going from stone to cobble; replaced.
The bouncing, or hop, is what I've been told. I don't see it.
Apparently craftbukkit spawns falling blocks half a block above. Due to this commit, blocks will no longer exhibit this behavior. As such, this should no longer be an issue (also see #49 regarding how this was figured out)
@LigerXT5 Can you see if this is still an issue? @retrontology claims it is despite the spigot changes mentioned in #49.
I cannot say the issue is fixed, as I have not played MC Multiplayer in a year now. I apologize I cannot assist further.
Due to player falling into hole when stone is replaced with cobble?
I'm starting to suspect this is the case.
Two methods to test to get more info on this:
- using WorldEdit, replace a block below the stone block with a sign. Then break the ore in survival mode - see if the sign "breaks" the block or not.
- See if the player does indeed fall down a bit while the block is turned to cobble and falling. Not sure how to get an objective test of this other than via video.
Related: Di3mex#28
Finally discovered the reason - this feature (I'm guessing was added before the whole Environmental Injuries feature was added) is responsible as it was checking for any entities above or below the formed block. f66a7e3