diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 17:47:34 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 17:47:34 +0200 |
commit | 68f92ba358e6b78f44df45b72b505ce8706eb535 (patch) | |
tree | beff7605b6a82c2c5ca5f5383e573f910bb2eb51 | |
parent | a6f10dbbfd281cd3b3004de15e5c930686730047 (diff) |
Add dirt with grass and footsteps
-rw-r--r-- | helptexts.lua | 1 | ||||
-rw-r--r-- | init.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index da1fb66..3b75c83 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -74,6 +74,7 @@ local export_longdesc = { ["default:stonebrick"] = buildnode, ["default:desert_stonebrick"] = buildnode, ["default:dirt_with_grass"] = "Very common on the surface, found in grasslands, forests and jungles. 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.", + ["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.", ["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:snow"] = "A thin layer of snow. When placed on a dirt block, the dirt block will soon become a dirt with snow block.", @@ -32,6 +32,7 @@ local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", " local forced_items = { "default:book_written", "default:cloud", + "default:dirt_with_grass_footsteps", "bones:bones", "farming:soil", "farming:soil_wet", |