-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.11.2, Minecraft 1.12
-
None
-
Vanilla server on mcprohosting
-
Unconfirmed
On a multiplayer server, I have built a sweeping-style mob farm kindof inspired by the one Mumbo built in this video: https://www.youtube.com/watch?v=dMf6JLEJW74
You can see a screenshot of the main sweeping mechanism of my design in the attachment. The main operation is as follows:
- Pulse one sticky piston for a single tick to make it push all of the other blocks away one block and leave them there.
- Pulse the other sticky piston for two ticks so that a slime block grabs onto the first piston and pulls it in.
- Repeat until you get to the end of the track and then reverse the pattern.
This is basically a flying machine, except that it's in a track.
The bug is this:
I had been working on this machine, and everything was fine. Then I teleported away to help with something (I'm an operator on an open server). When I teleported back, all of the blocks in these flying machines were completely GONE. I had two sweepers, totaling four sticky pistons, eight slime blocks, and twelve granite blocks. Every single one of those blocks was gone.
So my best guess is that there is a race condition between pistons moving blocks and chunks loading or unloading, which caused them to all just get deleted. What's really odd, though, is that ALL of them are gone. At any one time, the base of one of those pistons is not moving.
I wouldn't be surprised if this bug report is a dupe of something, but I did try pretty hard to search for related bugs. I looked for things on pistons and slime blocks disappearing, blocks being moved by pistons disappearing, and flying machines disappearing. I did find one or two things for MCPE that seem a bit related, but this bug for PC.
I've been encountering a lot of redstone related problems due to chunk unloading on this server, far more severe than any other. The machine in question is built in a place that gets a lot of spurious activity, so I'm guessing that the chunks that this machine is in are being constantly loaded and unloaded.
- duplicates
-
MC-79154 Hoppers occasionally duplicate items
- Resolved
-
MC-119971 Various duplications, deletions, and data corruption at chunk boundaries, caused by loading outdated chunks — includes duping and deletion of entities/mobs, items in hoppers, and blocks moved by pistons, among other problems
- Resolved