Update plants for 0.4.15-dev

master
Wuzzy 2017-05-29 00:05:45 +02:00
parent 25849e385c
commit 061ba40fe1
1 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ local groupname_vessel = doc.sub.items.get_group_name("vessel")
local export_longdesc = {
[""] = S("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"] = S("Eat it to restore 2 hit points."),
["default:apple"] = S("Apples can be eaten to restore 2 hit points. Apples are sometimes grown from saplings."),
["default:furnace"] = S("Cooks or smelts several items, using a furnace fuel, into something else."),
["default:chest"] = S("Provides 32 slots of inventory space."),
["default:chest_locked"] = S("Provides 32 slots of inventory space, is accessible only to the player who placed it. Locked chests are also immune to explosions."),
@ -153,19 +153,19 @@ local export_longdesc = {
["default:silver_sandstone_block"] = buildnode,
["default:obsidian_block"] = buildnode,
["default:cloud"] = S("A decorational block. It can be destroyed by explosions."),
["default:tree"] = S("A trunk of a regular tree. This kind of tree sometimes bears apples and originates from deciduous forests in mild climates."),
["default:tree"] = S("A trunk of a regular tree. This species of tree sometimes bears apples and is home in deciduous forests in mild climates."),
["default:jungletree"] = S("A trunk of a jungle tree. Jungle trees can be found in jungles, which are in hot and wet climates."),
["default:pine_tree"] = S("A trunk of a pine tree. The natural habitat of pine trees are coniferous forests which can be found in cold climates."),
["default:aspen_tree"] = S("A trunk of an aspen tree. The natural habitat of aspen trees are deciduous forests which can be found in mild climates."),
["default:acacia_tree"] = S("A trunk of an acacia tree. The natural habitat of acacia trees are savannahs, which can be found in hot climates."),
["default:bush_stem"] = S("The stem of a bush. Bushes can be found in grasslands, deciduous forests and snowy lands."),
["default:acacia_tree"] = S("A trunk of an acacia tree. The natural habitat of acacia trees are savannahs, which can be found in hot and dry climates."),
["default:bush_stem"] = S("The stem of a bush. Bushes can be found in grasslands, snowy grasslands and taigas."),
["default:acacia_bush_stem"] = S("The stem of an acacia bush. Acacia bushes can be found in savannahs."),
["default:wood"] = buildnode,
["default:junglewood"] = buildnode,
["default:pine_wood"] = buildnode,
["default:acacia_wood"] = buildnode,
["default:aspen_wood"] = buildnode,
["default:sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a sapling will grow into a tree after some time. There is a small chance that this tree bears apples."),
["default:sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a sapling will grow into a tree after some time. There's a chance that this tree bears apples."),
["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a jungle sapling will grow into a large jungle tree after some time."),
["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an acacia sapling will grow into an acacia tree after some time."),
["default:aspen_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an aspen sapling will grow into an aspen tree after some time."),