Block Event Separator 1.0
1.0.0 (initial release)
Block Event Separator allows you to see the inner workings of your piston contraptions by separating block events in real-time. While server-side behavior is perfectly preserved, on the client block events are separated by 1gt worth of time, allowing you to see the order in which pistons extend and/or retract within any tick.
The mod can be activated in two modes using the /separateblockevents <mode>
command:
depth
: block events are separated by depth (colloquially known as "microticks" or "BED"). Block events at the same depth start animating simultaneously. Depths are separated by 1gt worth of time.index
: block events are separated by index, based on the order in which they were executed. They are separated by 1gt worth of time.
G4mespeed Compatibility
Using Block Event Separator in combination with G4mespeed (version 1.3.0 or later) gives several benefits:
- More consistent piston animations.
- Change the separation mode from the Server Settings section of the G4mespeed Menu.
- The separation mod will be saved to a loaded from G4mespeed's options rather than resetting when the game is restarted.
Note: only releases for Minecraft 1.16 and above have G4mespeed integration.