Flag Config - Z0rdak/Yet-Another-World-Protector GitHub Wiki
-
covered_block_entities
- This is a list of block-entities, which can be placed and destroyed like a block, but are not automatically covered by thebreak-blocks
andplace-blocks
flags. These list includes tile-entities like armor stands, paintings, leash knots and item frames by default.- Example:
covered_block_entities = ["minecraft:armor_stand", "minecraft:painting", "minecraft:item_frame", "minecraft:glow_item_frame", "minecraft:leash_knot"]
- Example:
-
covered_block_entity_tags
- This is used like thecovered_block_entities
config, but can be provided with tags. This is currently disabled.- Example:
covered_block_entity_tags = ["botania:floating_flowers", "botania:special_floating_flowers"]
- Example:
-
remove_entities_for_spawning_flags
- #Toggle to remove entities when adding spawning-* flags. Entities with the PersistenceRequired tag will not be removed.- Example:
remove_entities_for_spawning_flags = true
- Example: