From 491f8a11d60344ad8aee1b0b9fde2bee1f897eb3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 22 Mar 2019 17:17:18 +0100 Subject: [PATCH] Make border box glow --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c2e7481..08a342f 100644 --- a/init.lua +++ b/init.lua @@ -998,8 +998,9 @@ minetest.register_entity("schemedit:display", { visual = "upright_sprite", textures = {"schemedit_border.png"}, visual_size = {x=10, y=10}, - collisionbox = {0,0,0,0,0,0}, + pointable = false, physical = false, + glow = minetest.LIGHT_MAX, on_step = function(self, dtime) if not self.id then