mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +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:
@ -60,6 +60,9 @@ default:torch 99,default:cobble 99
|
||||
# Default value is true.
|
||||
#enable_bed_night_skip = true
|
||||
|
||||
# If enabled, fences and walls cannot be jumped over.
|
||||
#enable_fence_tall = false
|
||||
|
||||
# Whether the engine's spawn search, which does not check for a suitable
|
||||
# starting biome, is used.
|
||||
# Default value is false.
|
||||
|
Reference in New Issue
Block a user