mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-25 03:55:22 +01:00
Updated Floor configuration (textile)
parent
0bd9a4d417
commit
789b910556
@ -76,7 +76,20 @@ keepInventoryOnFinish: false
|
|||||||
keepInventoryOnEscape: false
|
keepInventoryOnEscape: false
|
||||||
|
|
||||||
# If players can build and destroy blocks in this world.
|
# If players can build and destroy blocks in this world.
|
||||||
build: true
|
breakBlocks: true
|
||||||
|
# CURRENTLY UNUSED
|
||||||
|
# A whitelist of breakable blocks.
|
||||||
|
# breakBlocks is supposed to be set to "true" if this should be used.
|
||||||
|
breakWhiteList:
|
||||||
|
# A material value and a list of all tools that can destroy this block
|
||||||
|
SPONGE: ["IRON_PICKAXE", "STICK"]
|
||||||
|
# Dirt blocks can be destroyed with any tool
|
||||||
|
DIRT: []
|
||||||
|
placeBlocks: true
|
||||||
|
# A whitelist of placeable blocks.
|
||||||
|
# placeBlocks is supposed to be set to "true" if this should be used.
|
||||||
|
placeWhitelist:
|
||||||
|
- SPONGE
|
||||||
|
|
||||||
# Amount of lives a player initially has when he enters a dungeon
|
# Amount of lives a player initially has when he enters a dungeon
|
||||||
initialLives: 3
|
initialLives: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user