From 0366913f369d7cfa13afadfb29000a84d1305a0a Mon Sep 17 00:00:00 2001 From: NoctisLabs <55993683+NoctisLabs@users.noreply.github.com> Date: Sun, 6 Oct 2019 08:35:38 -0700 Subject: [PATCH] Update init.lua Extended description removed for mod compatibility. --- init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 29bf08a..0f17bae 100644 --- a/init.lua +++ b/init.lua @@ -68,9 +68,7 @@ end --- minetest.register_node("an_televator:televator", { - description = "Televator\n".. - minetest.colorize("grey","Place up to 32 nodes apart.\n" - .."Jump goes up, sneak goes down."), + description = "Televator", tiles = {"televator_televator.png"}, groups = {cracky = 2, disable_jump = 1}, after_place_node = function(pos)