1
0
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:
mbartlett21
2019-09-17 06:38:02 +10:00
committed by Paramat
parent 1f7ea89cb6
commit c42a525ce8
5 changed files with 68 additions and 35 deletions

View File

@ -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