Compatibility
Minecraft: Java Edition
26.1
1.21.5–1.21.11
Platforms
Creators
Details
Changelog
📦 Bookshelf - 4.0.0
🧹 The Tiny Sweep Update!
First release for Minecraft's new date-based versioning, dropping support for previous versions.
⚠️ BREAKING CHANGES: This version has breaking changes!
Bookshelf is now based on Minecraft 26.1.
🌱 bs.generation
- ⚠️ #509 - Complete module rework. Replaced
gen_shape_2d,gen_fractal_shape_2d, andgen_simplex_shape_2dwith a generic iteration system. - ✨ #509 - Added
on_cuboidfor 3D iteration over a cubic region with configurable direction, spacing, and tick limit. - ✨ #509 - Added
on_rectanglefor 2D iteration over a rectangular region with configurable direction, spacing, and tick limit. - ✨ #509 - Added predefined callbacks:
set_block,set_block_type,set_random_block,fractal_noise_2d, andsimplex_noise_2d. - 🐛 #435 - Configurable iteration direction now allows accommodating mask offsets when blocks are updated during iteration.



