summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-06-03 10:20:11 +0200
committerWuzzy <almikes@aol.com>2015-06-03 10:20:11 +0200
commit61f5d99139dc1522207c352fef9168335757284e (patch)
treed4e698fed4bbc1900edbd20797ee2daa90ff089a
parentb43d019da9b7bdeeb40dca0d45b8c054c2b46017 (diff)
Fix chest texts
-rw-r--r--helptexts.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 8667d6e..c80cbf8 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -4,7 +4,6 @@ help.longdesc = {
["default:furnace"] = "Cooks several items, using a furnace fuel, into something else.",
["default:chest"] = "Provides 32 slots of inventory space.",
["default:chest_locked"] = "Provides 32 slots of inventory space, is accessible only to the player who placed it.",
- ["default:chest_locked"] = "Provides 32 slots of inventory space, is accessible only to the player who placed it.",
["default:stone"] = "A very common block in the world of Minetest. It sometimes contains ores. Usable for a variety in crafting recipes. Can be dug with a wooden pickaxe or better.",
["default:desert_stone"] = "A less common block in the world, usually only found in deserts. Can be dug with a wooden pickaxe or better.",
["default:stone_with_coal"] = "Some natural coal! Can be dug with a wooden pickaxe or better.",
@@ -92,8 +91,8 @@ help.longdesc = {
help.usagehelp = {
["default:apple"] = "Leftclick to eat.",
["default:furnace"] = "Rightclick the furnace to view it. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the 4 slots at the right side.",
- ["default:chest"] = "Rightclick the chest to open it and to exchange items.",
- ["default:chest_locked"] = "Rightclick the chest to open it and to exchange items. This is only possible if you own the chest.",
+ ["default:chest"] = "Rightclick the chest to open it and to exchange items. You can only dig it when the chest is empty.",
+ ["default:chest_locked"] = "Rightclick the chest to open it and to exchange items. This is only possible if you own the chest. You also can only dig the chest when you own it and it is empty.",
["default:ladder"] = "Hold the jump key to climb up and the sneak or use key (depends on configuration) to climb down.",
["default:sign_wall"] = "Rightclick the sign to edit the text.",