From f9156a16cbfc9323d9200338a18cef316561a2f7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 22 Nov 2016 01:18:44 +0100 Subject: [PATCH] Add more doc_items texts --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 6bad158..20675d0 100644 --- a/init.lua +++ b/init.lua @@ -10,6 +10,7 @@ math.randomseed(os.time()) --Register beanstalk nodes minetest.register_node("magicbeans_w:leaves", { description = S("Magic beanstalk leaves"), + _doc_items_longdesc = S("Leaves from a giant magic beanstalk, a plant which grows high into the sky. It is grown from a magic beanstalk bean. Can you climb to the top?"), tiles = {"magicbeans_w_leaves.png"}, inventory_image = "magicbeans_w_leaves.png", drawtype = "plantlike", @@ -40,6 +41,7 @@ minetest.register_node("magicbeans_w:blank", { minetest.register_node("magicbeans_w:stem", { description = S("Magic beanstalk stem"), is_ground_content = false, + _doc_items_longdesc = S("A stem from a giant magic beanstalk, a plant which grows high into the sky. It is grown from a magic beanstalk bean."), tiles = {"magicbeans_w_stem_topbottom.png", "magicbeans_w_stem_topbottom.png", "magicbeans_w_stem.png"}, paramtype2 = "facedir", groups = {oddly_breakable_by_hand = 1, choppy = 3, flammable = 2}, @@ -55,6 +57,7 @@ minetest.register_craft({ minetest.register_node("magicbeans_w:cloud", { description = S("Thin Cloud"), + _doc_items_longdesc = S("Thin clouds are rather unstable, are destroyed by a single punch and can't be collected. You can walk and climb on them with ease, but be careful not to accidentaly fall off."), drawtype = "liquid", paramtype = "light", tiles = {"default_cloud.png"}, -- 2.11.4.GIT