summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 04:31:46 +0100
committerWuzzy <almikes@aol.com>2016-11-03 04:31:46 +0100
commit37f493fbf288ff61f288d31ee0fe00e70f885c58 (patch)
treee8b62cd2c87fe902cb6cebd6df2f06f7a13e9b29
parent415ce3c4e25f768847f7fddb639c769bbc3cb5c8 (diff)
Remove basic movement
-rw-r--r--init.lua17
1 files changed, 1 insertions, 16 deletions
diff --git a/init.lua b/init.lua
index 780ae63..6f456fd 100644
--- a/init.lua
+++ b/init.lua
@@ -3,7 +3,7 @@ doc.new_category("basics",
name="Basics",
build_formspec = doc.entry_builders.text,
sorting = "custom",
- sorting_data = {"minetest", "movement", "sneak", "controls", "cam", "minimap", "players", "inventory", "tools", "blocks", "craft", "online"},
+ sorting_data = {"minetest", "controls", "sneak", "cam", "minimap", "players", "inventory", "tools", "blocks", "craft", "online"},
})
@@ -23,21 +23,6 @@ Minetest is usually bundled with a simple default game, named “Minetest Gameâ€
Minetest as well as Minetest Game are both unfinished at the moment, so please forgive us when not everything works out perfectly.]=]
})
-doc.new_entry("basics", "movement", {
- name="Basic movement",
- data = [=[Basic movement:
-• Moving the mouse around: Look around
-• W: Move forwards
-• A: Move to the left
-• D: Move to the right
-• S: Move backwards
-• Space: Jump
-
-Hints:
-• Normally, you can jump just high enough to reach a block slightly above.
-• Unless you're very slow, you may walk over tiny gaps without jumping.]=]
-})
-
doc.new_entry("basics", "sneak", {
name="Sneaking",
data=