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.block
- ⚠️ #509 - Removed multi-tick fill operations (
fill_block,fill_type,fill_random). Use the newbs.generationmodule for async iteration with callbacks. - ⚠️ #523 - Removed deprecated functions and tags from previous versions.
- ⚠️ #525 - Removed NBT concatenation from block output. State and NBT are now returned as separate fields.
- ⚡ #509 - Simplified
fill_blockto use the vanillafillcommand (single-tick execution). - ⚡ #509 - Simplified
fill_typewith a cleaner recursion model (single-tick execution).



