📚 Bookshelf is a modular library datapack designed to simplify complex systems in Minecraft maps. Ideal for mapmakers looking for easy-to-implement tools.
When running Bookshelf commands within an execute callback, it can interrupt further execution. This happens because the execute loop relies on bs:ctx storage, which should not be used in the loop. Since user commands can be executed at each step and modifying bs:ctx within the loop leads to unintended behavior.
When running Bookshelf commands within an execute callback, it can interrupt further execution. This happens because the execute loop relies on bs:ctx storage, which should not be used in the loop. Since user commands can be executed at each step and modifying bs:ctx within the loop leads to unintended behavior.