Tutorial:Update suppression

From Minecraft Wiki
Jump to navigation Jump to search
This tutorial page is a stub.
 
You can help by expanding it. The talk page may contain suggestions.
This page uses a bug to make a contraption or demonstrate a game mechanic.
 
Bugs of this nature may be fixed at any time without warning, causing the contraption to stop working. Bug exploits may be disallowed on some multiplayer servers and lead to a ban if used.
Use at your own risk.
This tutorial is exclusive to Java Edition.
 

Update suppression is the practice of forcing the game to stop the current block update process, skip all unexecuted block updates, and all of code after the update. This is done usually by a machine called update suppressor.

Update suppression has potential applications for portal slicing, blocks and items duplication, controlled crashing, and placing blocks in otherwise impossible locations, such as a sign or torch floating in mid-air, or a flower on non-dirt-based blocks. Suppression methods include stack overflow suppression, out of memory update suppression, cast suppression and sound update suppression.

History

[edit | edit source]

With the changing of update order in Java Edition 22w11a, stack overflow update suppression was "fixed". This was intended as MC-249082 was resolved as "Works As Intended". Nevertheless, the change was reverted in 22w12a and a separate but related bug report, MC-249181, showed that the "bug" was fixed in this snapshot.

History
Update Notes
MC-249082 Stack overflow update suppression works.
Java Edition 22w11a Stack overflow update suppression was "fixed".
Java Edition 22w12a Bug reverted.
MC-249181 Presented that bug was fixed.
[edit | edit source]