SBPrime / AsyncWorldEdit-Premium

Async WorldEdit - Edit millions of blocks without lag! (Premium version)
Other
19 stars 4 forks source link

Redstone copy/pasting/cutting glitches #237

Open Venlious opened 4 years ago

Venlious commented 4 years ago

Whenever you copy something with redstone it appears to bug out. I suspect it has to do with the block with the redstone torch being unloaded before anything else. This might cause the rest of the redstone to be disabled. Perhaps the redstone could be disabled before the job starts?

Video with redstone torch: https://voidvortex.com/share/f/2020-07-29_10-30-44.mp4

Video with redstone block: https://voidvortex.com/share/f/2020-07-29_10-35-03.mp4

SBPrime commented 4 years ago

This is caused by the physics freeze mechanics, you should be able to work around it by adding redstone to black list. Another thing that might help is actually forcing a block update. I'll see if I can do about it.