From 21431b0ceb567d2916daee1f3d489471b88e0b89 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 25 Apr 2021 11:07:10 +0100 Subject: [PATCH] add light source to staff of light --- extra.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/extra.lua b/extra.lua index dccbfea..ddb6c3d 100644 --- a/extra.lua +++ b/extra.lua @@ -320,6 +320,7 @@ minetest.register_craft({ minetest.register_tool("ethereal:light_staff", { description = S("Staff of Light"), inventory_image = "ethereal_light_staff.png", + light_source = 13, -- used by other mods wield_image = "ethereal_light_staff.png", sound = {breaks = "default_tool_breaks"}, stack_max = 1,