Update Chinese Translation, Add Traditional Chinese Translation (#2596)
[oweals/minetest_game.git] / mods / map / README.txt
index 604226544419c22d5ffcaba97c6244a6ea33044e..068439a90204605f121e4771192c0084fc2f6ad8 100644 (file)
@@ -20,9 +20,9 @@ map:mapping_kit
 
 default:glass G
 default:paper P
-default:stick S
+group:stick S
 default:steel_ingot I
-default:wood W
+group:wood W
 dye:black D
 
 GPS
@@ -32,13 +32,13 @@ WPD
 Usage
 -----
 In survival mode, use of the minimap requires the mapping kit item in your
-inventory.
-Once crafted, to instantly enable, 'use' (left click) the item, otherwise the
-minimap will be automatically enabled a few seconds later.
-Minimap radar mode is always disabled in survival mode.
+inventory. It can take up to 5 seconds for adding to or removal from inventory
+to have an effect, however to instantly allow the use of the minimap 'use'
+(leftclick) the item.
+Minimap radar mode is always disallowed in survival mode.
 
-Minimap and minimap radar mode will be automatically enabled in creative mode
-and for any player with the 'creative' privilege.
+Minimap and minimap radar mode are automatically allowed in creative mode and
+for any player with the 'creative' privilege.
 
 The 'map.update_hud_flags()' function is global so can be redefined by a mod for
 alternative behaviour.