diff options
author | Wuzzy <almikes@aol.com> | 2017-03-30 21:30:17 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-03-30 21:30:17 +0200 |
commit | ed6f31513f9a77f2304c56b8296963945873d390 (patch) | |
tree | dfbc46cdceeab61fc08db0dbbdac2465730b90d4 | |
parent | 965f320ea234a1f8ebb1c577879f768087917fd5 (diff) |
Remove jungle grass spread
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index ec64d5e..145bfde 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -235,7 +235,7 @@ local export_longdesc = { ["default:book"] = S("A book is used to store notes and to make bookshelves."), ["default:book_written"] = S("A book is used to store notes and to make bookshelves. Books with text contain notes and can be copied."), ["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."), - ["default:junglegrass"] = S("This plant is common in jungles and spreads on dirt with grass blocks."), + ["default:junglegrass"] = S("This plant is common in jungles."), ["default:dry_grass_1"] = S("Dry grass is very common in savannahs and comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with dry grass, when they're in sunlight."), ["default:meselamp"] = S("A bright light source powered by mese crystals. It is brighter than a torch."), ["default:mese_post_light"] = S("A bright light source powered by mese crystals. This is a more compact version of the mese lamp. It is brighter than a torch."), |