Update Suppression (Fabric)
This mod introduces a special block into the game that can stop other blocks from updating. It replicates the functionality of complex update suppression systems that usually require building large structures in vanilla gameplay, but now all of this fits into a single compact block.
Main Features
-
Minimal performance impact - unlike vanilla update suppression methods that cause stack overflow and create significant load, our block uses special error handling capabilities that hardly affect frame rates.
-
Enhanced crash protection - the block can prevent many types of crashes unavailable to standard methods. Now you can safely suppress updates occurring in various situations, including random grass ticks and other complex scenarios.
-
Event logging - all prevented crashes are recorded in the console as warnings. This allows analyzing game behavior and comparing it with the operation of vanilla suppression systems.
Future Improvements
- Visual and sound notifications about suppressed crashes directly in gameplay
- Ability to enable/disable suppression function through block interaction or redstone mechanism connections
- Improved block textures (current ones are temporary)