Gravity-affected blocks slide randomly across cleared grass blocks.
madflavius opened this issue ยท 1 comments
When digging into a dirt hillside adjacent to grass blocks that had been de-turfed/dug down/cleared using the shovel (right click action), the falling dirt jumped across many of the cleared blocks, leaving un-dug blocks in its wake.
To Reproduce
This is reproducible with any gravity-affected block: gravel, sand, dirt, cobblestone, etc.
- Use shovel with right click to clear some grass below a hillside.
- Trigger an avalanche or place a gravity-affected block where it will fall onto the cleared grass blocks.
- Watch it dance around until it finally stops.
I theorize that because the cleared grass blocks are 1/8 below the level of adjacent blocks, the code that handles the relative height of the block is confused and causes it to jump all over the place. I've seen it slide on a level surface for 15-20 blocks; this screenshot was a relatively small area but did a good job showing the issue.
Meta Info
- TFC Version: 0.27.5.105
- CraftTweaker was included, but not in use. Bug occurs with or without it.
Duplicate of #524