mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
Add tall fence settings
This commit is contained in:
parent
e8097c9e87
commit
cdabf00df7
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ enable_bed_respawn (Respawn at bed) bool true
|
|||
# in beds.
|
||||
enable_bed_night_skip (Skip night when sleeping) bool true
|
||||
|
||||
# If enabled, fences and walls cannot be jumped over.
|
||||
enable_fence_tall (Tall fences and walls) bool false
|
||||
|
||||
# When TNT explodes, it destroys nearby nodes and damages nearby players.
|
||||
# This setting is disabled by default on servers.
|
||||
enable_tnt (TNT) bool true
|
||||
|
|
Loading…
Add table
Reference in a new issue