Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -119,4 +119,15 @@ Rules: ...@@ -119,4 +119,15 @@ Rules:
AllowCraftBannedItems: false AllowCraftBannedItems: false
# Toggles whether banned items can be placed in or removed from storage in the dungeon. # Toggles whether banned items can be placed in or removed from storage in the dungeon.
AllowStorageBannedItems: false AllowStorageBannedItems: false
# A list of blocks that are allowed to be PLACED in this dungeon, regardless of the "AllowPlaceBlocks" rule.
# Remove the [] and add the blocks like a list as show in the comments.
BlockPlaceWhitelist: []
# - DIAMOND_ORE
# - GOLD_ORE
# A list of blocks that are allowed to be BROKEN in this dungeon, regardless of the "AllowBreakBlocks" rule.
BlockBreakWhitelist: []
# A list of blocks that are NOT allowed to be PLACED in this dungeon, regardless of the "AllowPlaceBlocks" rule.
BlockPlaceBlacklist: []
# A list of blocks that are NOT allowed to be BROKEN in this dungeon, regardless of the "AllowBreakBlocks" rule.
BlockBreakBlacklist: []
``` ```
\ No newline at end of file