From 7377943cee3dd679c354e2bdcf5070109d332310 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 15:04:57 +0100 Subject: Update cultivatable blocks --- helptexts.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helptexts.lua') diff --git a/helptexts.lua b/helptexts.lua index a438456..3af3275 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -51,7 +51,7 @@ else end local hoedesc = S("Hoes are essential tools for growing crops. They are used to create farming soil in order to plant seeds on it.") -local hoeuse = S("Punch a cultivatable block with a hoe to turn it into soil. Dirt, dirt with grass, dirt with dry grass, dirt with snow and desert sand are cultivatable blocks.") +local hoeuse = S("Punch a cultivatable block with a hoe to turn it into soil. Dirt, dirt with grass, dirt with dry grass and desert sand are cultivatable blocks.") local axedesc = S("An axe is your tool of choice to cut down blocks which are affected by brute force, especially trees and wood. It also serves as a weapon in a pinch, although not as efficient as swords, but still acceptable.") local sworddesc = S("Swords are great in melee combat, as they are fast, deal high damage and can endure countless battles. Swords are also surprisingly useful in cutting “snappy” plants and blocks, like grass, wheat and leaves, but this will wear them out much faster than by fighting.") local shoveldesc = S("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.") @@ -123,9 +123,9 @@ local export_longdesc = { ["default:stonebrick"] = buildnode, ["default:desert_stonebrick"] = buildnode, ["default:dirt_with_grass"] = S("Very common on the surface, found in grasslands, forests and jungles. It is a resourceful block which supports the growth and spreading of many small plants and trees. This block can be turned into soil for farming with a hoe. Dirt with grass turns into dirt with snow when a snow block is placed on top of it."), - ["default:dirt_with_grass_footsteps"] = S("A decorational variant of dirt with grass, it looks like someone has stepped on the grass. Unlike dirt with grass, it doesn't change on its own and doesn't spread its grass on other dirt blocks. This block can be turned into soil for farming with a hoe."), + ["default:dirt_with_grass_footsteps"] = S("A decorational variant of dirt with grass, it looks like someone has stepped on the grass. Unlike dirt with grass, it doesn't change on its own and doesn't spread its grass on other dirt blocks."), ["default:dirt_with_dry_grass"] = S("Common on the surface, found in savannahs. This block can be turned into soil for farming with a hoe."), - ["default:dirt_with_snow"] = S("Dirt with a snow cover, found in cold regions. This block can be turned into soil for farming with a hoe."), + ["default:dirt_with_snow"] = S("Dirt with a snow cover, found in cold regions."), ["default:snow"] = S("A thin layer of snow. When it it on top of dirt, the dirt will slowly turn into dirt with snow. When snow lands on dirt with grass, it immediately turns into dirt with snow."), ["default:snowblock"] = S("A very thick layer of snow, filling an entire block. Snow this thick can usually only be found in arctic regions. When this block is placed on top of dirt with grass, the dirt with grass turns into dirt with snow."), ["default:ice"] = S("Ice is found in arctic regions. It can appear either in huge glacier formations below snow blocks, or above water."), -- cgit v1.2.3