Bag of Yurting defines several tags to allow other mods, modpacks, and servers to customize the mod's behavior.
| Tag ID |
Default Values |
Purpose |
| bagofyurting:blacklist |
- #minecraft:wither_immune
- #minecraft:portals
|
Defines which blocks cannot be stored in the bag by normal players. This overrides the whitelist tag, but is ignored by a player using the bag at creative level. Mods can add their blocks to this tag to prevent non-creative players from being able to move or store their blocks with the bag. |
| bagofyurting:replaceable |
None |
Blocks added to this tag can be replaced by blocks unloaded by the bag; blocks that are naturally replaceable, such as air and tall grass, also have this property without needing to be added to the tag. Players will be prevented from unloading the bag if non-replaceable blocks are in the way of the blocks that would be unloaded, unless the player is using the bag at creative level, in which case the contents of the bag will replace all blocks in the unloading zone, regardless of their replaceability. |
| bagofyurting:whitelist |
None |
Defines which blocks are allowed to be stored in the bag by normal players. If the tag is empty, all blocks are considered to be whitelisted. This tag should generally only be added to by modpacks and servers, and not other mods. This tag is overridden by the blacklist tag, and players using the bag at creative level ignore this tag. |
| Version |
Changelog |
| 1.0.0.0 |
Added blacklist, whitelist, and replaceable tags |