From 78023a853be9146412cb78f2d44e7ec3e6aa2824 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 1 Sep 2016 15:17:48 +0200 Subject: Expose dirt with snow as cultivatable --- helptexts.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helptexts.lua') diff --git a/helptexts.lua b/helptexts.lua index a8b2793..755ce09 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -40,7 +40,7 @@ end local hoedesc = "Hoes are essential tools for growing crops. They are used to create farming soil in order to plant seeds on it. " local hoeusecount = "Hoes of this kind can be used %d times before they break." -local hoeuse = "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 hoeuse = "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 axedesc = "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 = "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 = "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." @@ -82,7 +82,7 @@ local export_longdesc = { ["default:dirt_with_grass"] = "Very common on the surface, found in grasslands, forests and jungles and it is resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass will turn its neighbor dirt blocks into dirt with grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.", ["default:dirt_with_grass_footsteps"] = "A decorational variant of dirt with grass, it looks like someone has stepped on the grass. Unlike dirt with grass, it doesn't change.", ["default:dirt_with_dry_grass"] = "Common on the surface, found in savannahs. Dirt with dry grass will turn its neighbor dirt blocks into dirt with dry grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.", - ["default:dirt_with_snow"] = "Dirt with a snow cover, found in cold regions. This block will turn its neighbor dirt blocks into dirt with snow when they are exposed to sunlight. If this block is in darkness, it will turn into naked dirt eventually.", + ["default:dirt_with_snow"] = "Dirt with a snow cover, found in cold regions. This block will turn its neighbor dirt blocks into dirt with snow when they are exposed to sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.", ["default:snow"] = "A thin layer of snow. When placed on a dirt block, the dirt block will soon become a dirt with snow block.", ["default:snowblock"] = "A very thick layer snow, filling an entire block. Snow this thick can usually only be found in arctic regions.", ["default:ice"] = "Ice is found in arctic regions. It can appear either in huge glacier formations below snow blocks, or above water.", -- cgit v1.2.3