Changes to
blacklist-structures option
This option will now work on datapack generated loot tables too
Make sure to update your blacklist structure list according to the new update
List of all vanilla loot tables can be found here
Old Method
Code (YAML):
black-list-structures
:
- 'DESERT_PYRAMID'
- 'ANCIENT_CITY'
New Method
Code (YAML):
black-list-structures
:
- 'minecraft:chests/desert_pyramid'
- 'minecraft:chests/ancient_city'