Doors: is_closable/is_lockable is true by default

master
Wuzzy 2021-10-09 14:54:57 +02:00
parent 55f7f5a673
commit e1b9a2482c
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ Several fields of the definition table are required, but most are optional
* def.description - the description to show in the craft guide and itemstack tooltips
* def.inventory_image - the texture for the inventory item
* def.groups - the group levels of the node ('door = 1' will be added automatically)
* def.is_lockable - whether the locking mode is adjustable (default is false)
* def.is_closable - whether the closing mode is adjustable (default is false)
* def.is_lockable - whether the locking mode is adjustable (default is true)
* def.is_closable - whether the closing mode is adjustable (default is true)
* def.sound_open - sound effect when opening
* def.sound_close - sound effect when closing
* def.sound_locked - sound effect when locked