mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-30 05:40:24 +02:00
Add option for non-jumpable fences and walls
Add an option, default disabled, to extend the collision boxes upwards.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user