diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6bd2e00b4..0d2c44c61 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -62,6 +62,9 @@ #keymap_quicktune_dec = KEY_NEXT #keymap_quicktune_inc = KEY_PRIOR +#if set to true, you can place blocks at the position (feet + eye level) where you stand; this is helpful when working with nodeboxes +#enable_build_where_you_stand = false + # Minimum FPS # The amount of rendered stuff is dynamically set according to this #wanted_fps = 30 |