Remove group key of skeleton_key

This commit is contained in:
Lejo 2019-03-31 09:50:16 +02:00
parent 8df967619e
commit 2e84c0b1d3

View file

@ -201,7 +201,6 @@ end)
minetest.register_craftitem("default:skeleton_key", {
description = "Skeleton Key",
inventory_image = "default_key_skeleton.png",
groups = {key = 1},
on_use = function(itemstack, user, pointed_thing)
if pointed_thing.type ~= "node" then
return itemstack