issues
search
Gunivers
/
Bookshelf
📚 Bookshelf is a modular library datapack designed to simplify complex systems in Minecraft maps. Ideal for mapmakers looking for easy-to-implement tools.
http://bookshelf.docs.gunivers.net
Mozilla Public License 2.0
40
stars
13
forks
source link
🐛 Fix load functions and update metadata related things
#238
Closed
aksiome
closed
4 months ago
aksiome
commented
4 months ago
Handle function tag with the
required
key
Remove
load
,
unload
and
help
from the feature list
Update load function to only load a single module
Update tests to load only the current module (thus catching load related bugs)
Fix bs.id load function (misssing bs.data objective)
Fix bs.math load function (missing 100 const)
Tasks to do before merging
[x] I accept to publish my contribution under
MPL v2
License
[ ] My pull request is linked to an existing issue
[ ] I have added my contribution to the
changelog
If my pull request is a new or modify an existing feature:
[ ] I have documented my contribution (
/docs
)
[ ] I have added or updated the
header
of the features' root function I contribute
[ ] I have
tested
my contribution
required
keyload
,unload
andhelp
from the feature listTasks to do before merging
/docs
)