diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 3dd4a1c5b..172032f40 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -37,8 +37,11 @@ mapgen_heightmap_blocksize = 64 mapgen_height_randmax = constant 70.0 mapgen_height_randfactor = constant 0.6 mapgen_height_base = linear 0 80 0 -mapgen_plants_amount = constant 1.0 +mapgen_plants_amount = 1.0 +# Set to true to enable creative mode (unlimited inventory) creative_mode = false +# Player and object positions are sent at intervals specified by this +objectdata_inverval = 0.2 |