Changes
Page history
Update Dungeon Config
authored
Dec 22, 2022
by
MarcatoSound
Show whitespace changes
Inline
Side-by-side
Dungeon-Config.md
View page @
aa2b897a
...
@@ -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