1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 13:20:25 +02:00

Make can_interact_with_node() check for key group instead of default:key

This commit is contained in:
Lejo
2020-01-06 22:16:33 +01:00
committed by Paramat
parent 1940961d63
commit beb0aefa2d
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,6 @@ end)
minetest.register_craftitem("default:skeleton_key", {
description = S("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