Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.5–1.20.6
1.19.x
1.18.x
1.17.x
1.16.x
1.14.x
1.13.x
Platforms
Data Pack
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
📦 Bookshelf - 2.1.0
Bookshelf is now based on Minecraft 1.21.
🎉 Addition
- (187) Add
#bs.block:map_type
and#bs.block:mix_type
functions.
🐛 Fixes
- (211) Add missing help function tag in
bs.link
. - (211) Add missing help function tag in
bs.vector
. - (211) Add missing help function tag in
bs.xp
.
📄 Documentation
- (206) Add new related datapacks and mods.
- (208) Add missing documentation for feature
bs.position:get_pos_and_rot
. - (208) Add missing documentation for feature
bs.position:set_pos_and_rot
. - (208) Add missing documentation for feature
bs.position:add_pos_and_rot
.
📋 Conventions
- (#200) We throw away the old feature function header to a new one with only the licence. This header is now mandatory for all functions. All the metadata that was present inside the old one have been moved to the feature function tag.
- (#52, #175) Each module has now its own metadata that should be specified manually. The metadata of the features and modules are used to generate more metadata, including the dependencies. These metadata can be used by bots like the incomming Bookshelf Manager. More information here.