From 98f26a13cf764085097b44774244ba119ce6871a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 1 Apr 2017 05:00:39 +0200 Subject: [PATCH] Nether wart visible stage warning --- mods/ITEMS/mcl_nether/nether_wart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_nether/nether_wart.lua b/mods/ITEMS/mcl_nether/nether_wart.lua index 3b7b43622..f408aa4c6 100644 --- a/mods/ITEMS/mcl_nether/nether_wart.lua +++ b/mods/ITEMS/mcl_nether/nether_wart.lua @@ -1,6 +1,6 @@ minetest.register_node("mcl_nether:nether_wart_0", { description = "Premature Nether Wart", - _doc_items_longdesc = "A premature nether wart has just recently been planted on soul sand. Nether wart slowly grows on soul sand in 4 stages. Although nether wart is home to the Nether, it grows in any dimension.", + _doc_items_longdesc = "A premature nether wart has just recently been planted on soul sand. Nether wart slowly grows on soul sand in 4 stages (the second and third stages look identical). Although nether wart is home to the Nether, it grows in any dimension.", paramtype = "light", paramtype2 = "meshoptions", place_param2 = 3,