summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-10 07:48:03 +0200
committerWuzzy <almikes@aol.com>2016-08-10 07:48:03 +0200
commit28e81859bbf5e4790a0dbaaa9bdf59e4ae805313 (patch)
treea3069b943c1401f89636c0bd730d8ae3684bd078 /helptexts.lua
parent047258113f5851c38137c7db18bb1080d88000c8 (diff)
Fix all door and fence gate entries
... which also move doors to the nodes category
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 2a82e3d..5146ee3 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -156,10 +156,10 @@ local export_longdesc = {
["bucket:bucket_lava"] = "A bucket can be used to collect and release liquids. This one is filled with hot lava, safely contained inside. Use with caution.",
["bones:bones"] = "These are the remains of a deceased player. It may contain the player's former inventory which can be looted. Fresh bones are bones of a player who has deceased recently and can only be looted by the same player. Old bones can be looted by everyone. Once collected, bones can be placed like any other block.",
- ["doors:door_wood"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
- ["doors:door_glass"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
- ["doors:door_obsidian_glass"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
- ["doors:door_steel"] = "Steel doors are owned by the player who placed it, only their owner can open, close or mine them. Steel doors are also immune to TNT explosions.",
+ ["doors:door_wood_a"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
+ ["doors:door_glass_a"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
+ ["doors:door_obsidian_glass_a"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
+ ["doors:door_steel_a"] = "Steel doors are owned by the player who placed it, only their owner can open, close or mine them. Steel doors are also immune to TNT explosions.",
["farming:straw"] = deconode,
["farming:bread"] = "A nutritious food. Eat it to restore 5 hit points.",
["farming:seed_wheat"] = "Grows into a wheat plant.",
@@ -387,10 +387,10 @@ local export_usagehelp = {
["doors:trapdoor"] = "Rightclick the trapdoor to open or close it. When the trapdoor is open, use the sneak or use key (depends on your configuration) to climb down, and the jump key to climb up.",
["doors:trapdoor_steel"] = "Point the steel trapdoor to see who owns it. Rightclick the trapdoor to open or close it (if you own it). When the trapdoor is open, use the sneak or use key (depends on your configuration) to climb down, and the jump key to climb up.",
- ["doors:door_wood"] = "Rightclick the door to open or close it.",
- ["doors:door_steel"] = "Point the door to see who owns it. Rightclick the door to open or close it (if you own it).",
- ["doors:door_glass"] = "Rightclick the door to open or close it.",
- ["doors:door_obsidian_glass"] = "Rightclick the door to open or close it.",
+ ["doors:door_wood_a"] = "Rightclick the door to open or close it.",
+ ["doors:door_steel_a"] = "Point the door to see who owns it. Rightclick the door to open or close it (if you own it).",
+ ["doors:door_glass_a"] = "Rightclick the door to open or close it.",
+ ["doors:door_obsidian_glass_a"] = "Rightclick the door to open or close it.",
["screwdriver:screwdriver"] = "Leftclick on a block to rotate it around its current axis. Rightclick on a block to rotate its axis. Note that not all blocks can be rotated.",