add light source to staff of light
This commit is contained in:
parent
d8cc7b4f04
commit
21431b0ceb
@ -320,6 +320,7 @@ minetest.register_craft({
|
|||||||
minetest.register_tool("ethereal:light_staff", {
|
minetest.register_tool("ethereal:light_staff", {
|
||||||
description = S("Staff of Light"),
|
description = S("Staff of Light"),
|
||||||
inventory_image = "ethereal_light_staff.png",
|
inventory_image = "ethereal_light_staff.png",
|
||||||
|
light_source = 13, -- used by other mods
|
||||||
wield_image = "ethereal_light_staff.png",
|
wield_image = "ethereal_light_staff.png",
|
||||||
sound = {breaks = "default_tool_breaks"},
|
sound = {breaks = "default_tool_breaks"},
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user