fix rainbow staff

master
tenplus1 2022-10-02 08:08:19 +01:00
parent f4daef264d
commit aaa822cc56
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ minetest.register_entity("nssm:rainbow", {
minetest.register_tool("nssm:rainbow_staff", {
description = "Rainbow Staff",
inventory_image = "rainbow_staff.png",
groups = {not_in_creative_inventory = 1}
groups = {not_in_creative_inventory = 1},
on_use = function(itemstack, placer, pointed_thing)