Updated Floor configuration (textile)

Daniel Saukel 2017-03-09 02:18:50 +01:00
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