⚙️ Settings - Eclipse-Studios/backpacks GitHub Wiki
Here are all the settings the datapack currently has:
- Default: True
- About: Makes so a list of items can't enter Backpacks, the list is composed of
Backpacks,Bundlesandnon-empty Shulker Boxesby default.
How to customize the list
Before saying how to customize this, please, NEVER remove the bundles check from the check. This setting can be customized by modifying the function located at `data/backpacks/function/api/container/settings/get_if_blacklisted_item/main.mcfunction`, but `non-empty Shulker Boxes` are sadly hard coded so to remove it simply change the following line:
execute unless predicate backpacks:settings/blacklisted_items/list unless items entity @s container.* #shulker_boxes[!minecraft:container=[]] unless items entity @s container.* #bundles run return failwith this one:
execute unless predicate backpacks:settings/blacklisted_items/list unless items entity @s container.* #bundles run return failAll these settings can be found when running the following command in-game (needs op to run):
/function backpacks:cmd/settings/listMore settings will be available in the future!