AtlasSpigot 26.2 - v8 (rail optimization + README overhaul)
·
48 commits
to main
since this release
Change from v7:
- optimized-powered-rails: true - rewrites powered/activator rail update propagation to run from a single rail instead of each block iterating separately. Up to 4x faster toggling, same vanilla order, per the implementation's own description (RailOptimization by FxMorin). Checked before enabling: explicit vanilla-order-preserving claim from the author, no red-flag comments in the source, zero related open issues on Leaf's tracker. Verified by booting with it active - clean start, no errors.
- Investigated and rejected: sleeping-block-entity (a Lithium-derived hopper/comparator sleep optimization) - too broad a surface area with a real history of closed bugs specifically about hopper item collection at chunk edges. Documented in the README instead of silently skipped.
- Full README rewrite for readability: proper intro, a table for the tuning instead of a wall of bullets, and a dedicated section for options that were checked and deliberately NOT enabled, so rejected changes are as visible as accepted ones.
See README for the complete, reorganized breakdown.