Bookshelf icon indicating copy to clipboard operation
Bookshelf copied to clipboard

📚 Bookshelf (formerly known as Gunivers Libs) is a user-friendly modular library datapack, crafted to assist mapmakers in effortlessly implementing intricate systems within their maps.

Results 77 Bookshelf issues
Sort by recently updated
recently updated
newest added

## Tasks - [x] Add function - [x] Add tests - [x] Optimize format - [x] Optimize item and type lookup - [x] Add documentation - [x] Allow lookup to...

✨ Feature
module: bs.block

This issue tracks all of the breaking changes Minecraft is introducing in the 1.21 release, which need to be considered in this new Bookshelf release. If you find any breaking...

🐛 Bug
♻️ Refactor

The [factorial function](https://github.com/Gunivers/Bookshelf/blob/master/datapacks/Bookshelf/data/bs.math/functions/factorial/factorial.mcfunction) is documented to only work in the range 0-12. This domain is sufficiently small that simply hardcoding all 13 outputs is faster and more obvious than the...

⚡️ Enhancement
👋 Good first issue
module: bs.math

- [ ] Get the local tick - [ ] Get day/month/year - [ ] Timestamp - [ ] Timezone manipulation

✨ Feature

Two modules: - One to create menus based on interaction entity - One to create menus based on the hotbar of a player The part based on interactions proposes two...

✨ Module

The module will act on display entities. (a bit like Sethbling did on his channel)

✨ Module

This file must contain: ```yaml display_name: description: documentation: thumbnail: contains: - [structure_bank] - [lib] - [system] search_trees: - [path 1] - [path 2] ``` Todo: - [ ] global -...

✨ Feature
👋 Good first issue

All the log messages should be stored inside a list, in a similar format: ``` [ { severity: "error", feature: "foo.bar", message: "..." } ] ``` The data packers should...

⚡️ Enhancement
module: bs.log

- [ ] spread => waiting for rework, as it is now the function does the same as the vanilla one (see #57 & #58)

✨ Feature
module: bs.position