Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -141,4 +141,7 @@ Rules: ...@@ -141,4 +141,7 @@ Rules:
BlockPlaceBlacklist: [] BlockPlaceBlacklist: []
# A list of blocks that are NOT allowed to be BROKEN in this dungeon, regardless of the "AllowBreakBlocks" rule. # A list of blocks that are NOT allowed to be BROKEN in this dungeon, regardless of the "AllowBreakBlocks" rule.
BlockBreakBlacklist: [] BlockBreakBlacklist: []
# Whether to let players break any blocks they've placed in this dungeon. Useful when "AllowPlaceBlocks" is true, but "AllowBreakBlocks" is false.
# OVERRIDES THE ABOVE RULES!!
AllowBreakPlacedBlocks: false
``` ```
\ No newline at end of file