diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-23 02:49:57 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-23 02:49:57 +0200 |
commit | 9778347c7f118f6b74153f1d2c8070920352eb68 (patch) | |
tree | 6be9dccbc2882645aa5430281b1a7e34cbcc2717 /minetest.conf.example | |
parent | eef7bc35705611e3060fe1e6b7c2f8bbebb2ba8b (diff) | |
download | minetest-9778347c7f118f6b74153f1d2c8070920352eb68.tar.gz minetest-9778347c7f118f6b74153f1d2c8070920352eb68.tar.bz2 minetest-9778347c7f118f6b74153f1d2c8070920352eb68.zip |
mainly work on object scripting api
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index eb17ebc74..c78266e7b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -18,7 +18,7 @@ #screenW = 800 #screenH = 600 #port = 30000 -#address = kray.dy.fi +#address = #name = # Whether to try to fog out the border of the visible area @@ -44,14 +44,14 @@ # Server side stuff # -#map-dir = /home/palle/custom_map +# Set to true to enable experimental features +#enable_experimental = false -#plants_amount = 1.0 -#ravines_amount = 1.0 -#coal_amount = 1.0 +#map-dir = /home/palle/custom_map # 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 |