mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Remove group key of skeleton_key
This commit is contained in:
parent
8df967619e
commit
2e84c0b1d3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue