⚙️ Settings - Eclipse-Studios/backpacks GitHub Wiki

Here are all the settings the datapack currently has:

Blacklisted Items

  • Default: True
  • About: Makes so a list of items can't enter Backpacks, the list is composed of Backpacks, Bundles and non-empty Shulker Boxes by 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 fail

with this one:

execute unless predicate backpacks:settings/blacklisted_items/list unless items entity @s container.* #bundles run return fail

All these settings can be found when running the following command in-game (needs op to run):

/function backpacks:cmd/settings/list

More settings will be available in the future!

⚠️ **GitHub.com Fallback** ⚠️