From c178a60a6b7170592ecf18bf066d1e6fc11303d8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 Aug 2017 18:41:58 +0200 Subject: [PATCH] Add portal help texts --- mods/ITEMS/mcl_portals/portal_end.lua | 2 ++ mods/ITEMS/mcl_portals/portal_nether.lua | 3 +++ 2 files changed, 5 insertions(+) diff --git a/mods/ITEMS/mcl_portals/portal_end.lua b/mods/ITEMS/mcl_portals/portal_end.lua index d21c3ac9..990bba30 100644 --- a/mods/ITEMS/mcl_portals/portal_end.lua +++ b/mods/ITEMS/mcl_portals/portal_end.lua @@ -69,6 +69,8 @@ end -- Nodes minetest.register_node("mcl_portals:portal_end", { description = "End Portal", + _doc_items_longdesc = "An End portal teleports creatures and objects to the mysterious End dimension (and back!).", + _doc_items_usagehelp = "Stand in the portal for a moment to activate the teleportation. Entering such a portal for the first time will create a new portal in your destination. End portal which were built in the End will lead back to the Overworld. An End portal is destroyed if any of its surrounding frame blocks is destroyed.", tiles = { "blank.png", "blank.png", diff --git a/mods/ITEMS/mcl_portals/portal_nether.lua b/mods/ITEMS/mcl_portals/portal_nether.lua index 02430b23..93e53c9d 100644 --- a/mods/ITEMS/mcl_portals/portal_nether.lua +++ b/mods/ITEMS/mcl_portals/portal_nether.lua @@ -72,6 +72,9 @@ end minetest.register_node("mcl_portals:portal", { description = "Nether Portal", + _doc_items_longdesc = "A Nether portal teleports creatures and objects to the hot and dangerous Nether dimension (and back!). Enter at your own risk!", + _doc_items_usagehelp = "Stand in the portal for a moment to activate the teleportation. Entering a Nether portal for the first time will also create a new portal in the other dimension. If a Nether portal has been built in the Nether, it will lead to the Overworld. A Nether portal is destroyed if the any of the obsidian which surrounds it is destroyed, or if it was caught in an explosion.", + tiles = { "blank.png", "blank.png",