mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Add tall fence setting
This commit is contained in:
parent
db3f78372e
commit
e74d69bf65
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue