fix rainbow staff
This commit is contained in:
parent
f4daef264d
commit
aaa822cc56
@ -42,7 +42,7 @@ minetest.register_entity("nssm:rainbow", {
|
|||||||
minetest.register_tool("nssm:rainbow_staff", {
|
minetest.register_tool("nssm:rainbow_staff", {
|
||||||
description = "Rainbow Staff",
|
description = "Rainbow Staff",
|
||||||
inventory_image = "rainbow_staff.png",
|
inventory_image = "rainbow_staff.png",
|
||||||
groups = {not_in_creative_inventory = 1}
|
groups = {not_in_creative_inventory = 1},
|
||||||
|
|
||||||
on_use = function(itemstack, placer, pointed_thing)
|
on_use = function(itemstack, placer, pointed_thing)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user