summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-15 16:34:42 +0200
committerWuzzy <almikes@aol.com>2016-08-15 16:34:42 +0200
commita6f10dbbfd281cd3b3004de15e5c930686730047 (patch)
treef9cd02c0303174e4ee8f120ee3d6ad19613e4e96
parentc6e5af7781081b0fbeb573b8dbb7882012c59916 (diff)
Proofread tool and craftitem help
-rw-r--r--helptexts.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 726b1da..da1fb66 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -47,7 +47,7 @@ local sworddesc = "Swords are great in melee combat, as they are fast, deal high
local shoveldesc = "Shovels are mining tools to mine “crumbly” blocks, such as sand, dirt, gravel, and so on. Technically, they can also be used as weapons, but they are not much better than hand-to-hand combat."
local pickaxedesc = "Pickaxes are mining tools to mine hard, “cracky” blocks, such as stone. If you are desperate, you can use a pickaxe as an inefficient weapon."
-local dyedesc = "Dyes are primarily used for crafting other items, especially for colorization. Dyes can also be used to obtain new dyes by using two dyes in crafting."
+local dyedesc = "Dyes are primarily used for crafting other items, especially for colorizing them. Dyes can also be used to obtain new dyes by using two dyes in crafting."
local wooldesc = "Wool is a soft decorative block which comes in different colors. Walking on wool is completely silent."
@@ -58,7 +58,7 @@ local eat = doc.sub.items.temp.eat
local eat_bad = doc.sub.items.temp.eat_bad
local export_longdesc = {
- [""] = "You use your bare hand whenever you are not wielding any item. With your hand you can mine the weakest blocks and deal minor damage by punching. Using the hand is often a last resort, as proper mining tools and weapons are usually better than the hand. When you are wielding an item which is not a mining tool or a weapon it will behave is it were the hand when you start mining or punching. In Creative Mode, the mining capabilities, range and damage of the hand are greatly enhanced.",
+ [""] = "You use your bare hand whenever you are not wielding any item. With your hand you can mine the weakest blocks and deal minor damage by punching. Using the hand is often a last resort, as proper mining tools and weapons are usually better than the hand. When you are wielding an item which is not a mining tool or a weapon it will behave as if it were the hand when you start mining or punching. In Creative Mode, the mining capabilities, range and damage of the hand are greatly enhanced.",
["default:apple"] = "Eat it to restore 2 hit points.",
["default:furnace"] = "Cooks or smelts several items, using a furnace fuel, into something else.",
["default:chest"] = "Provides 32 slots of inventory space.",
@@ -203,7 +203,7 @@ local export_longdesc = {
["screwdriver:screwdriver"] = "A screwdriver can be used to rotate blocks. It can be used 200 times.",
- ["boats:boat"] = "A simple boat which allows you to float on the surface of large water bodies. Travelling by boat is slightly faster than swimming.",
+ ["boats:boat"] = "A simple boat which allows you to float on the surface of large water bodies. Travelling by boat is a bit faster than swimming.",
["vessels:glass_bottle"] = "A decorational item which can be placed.",
["vessels:drinking_glass"] = "A decorational item which can be placed.",
["vessels:steel_bottle"] = "A decorational item which can be placed.",
@@ -394,7 +394,7 @@ local export_usagehelp = {
["default:chest"] = "Rightclick the chest to open it and to exchange items. You can only mine it when the chest is empty.",
["default:chest_locked"] = "Point it to reveal the name of its owner. Rightclick the chest to open it and to exchange items. This is only possible if you own the chest. You also can only mine the chest when you own it and it is empty.",
["default:book"] = "Hold the book in hand and leftclick to write some notes. Doing so will turn the book into a “Book With Text”",
- ["default:book_written"] = "Hold the book with text in hand and leftclick to update the notes. The text in a book with text can be transferred to a book (without text) by a special crafting recipe: Just place the book with text along with a book into the crafting grid.",
+ ["default:book_written"] = "Hold the book with text in hand and leftclick to update the notes. The text in a book with text can be transferred to a book (without text) by a special crafting recipe: Just place the book with text and a book into the crafting grid.",
["default:sign_wall_wood"] = signuse,
["default:sign_wall_steel"] = signuse,
["default:bookshelf"] = "Rightclick to open the bookshelf. You can only store books and other items belonging to the Books group into the bookshelf. To collect the bookshelf, you must make sure it does not contain anything.",
@@ -419,12 +419,12 @@ local export_usagehelp = {
["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.",
- ["boats:boat"] = "Place the boat on an even water surface to set it up. Rightclick the boat to enter it. When you are on the boat, use the forward key to speed up, the backward key to slow down and the left and right keys to turn the boat. Rightclick on the boat again to leave it. Leftclick the placed boat to collect it.",
+ ["boats:boat"] = "Place the boat on water (any block belonging to the Water group) to set it up. Rightclick the boat to enter it. When you are on the boat, use the forward key to speed up, the backward key to slow down and the left and right keys to turn the boat. Rightclick on the boat again to leave it. Leftclick the placed boat to collect it.",
["beds:bed_bottom"] = beduse,
["beds:fancy_bed_bottom"] = beduse,
["farming:seed_wheat"] = "Place the wheat seed on soil or wet soil. Use a hoe to create soil. The plant will only grow in sunlight and as long as the soil is wet. Watch the wheat plant grow and mine it at its full size.",
["farming:seed_cotton"] = "Place the cotton seed on soil, wet soil, desert sand soil or wet desert sand soil. Use a hoe to create soil. The plant will only grow in sunlight and as long as the soil is wet. Watch the cotton plant grow and mine it at its full size.",
- ["fire:flint_and_steel"] = "Punch with it on a appropriate surface to create a basic flame. A basic flame can only be created inside air. Fires can't be started on fire-extinguishing blocks (such as water). Flint and steel can be used 64 times.",
+ ["fire:flint_and_steel"] = "Punch with it on the surface of a flammable block to create a basic flame in front of it. A basic flame can only be created inside air. Flint and steel can be used 64 times.",
["flowers:waterlily"] = "Waterlilies can only be placed on water sources (and other members of the Water group).",
["default:ladder_wood"] = ladderuse,