Add missing not_in_creative_inventory group where appropriate

This commit is contained in:
Desour 2020-10-25 20:09:25 +01:00
parent 720d4c8e3f
commit 211297ee5f
3 changed files with 7 additions and 7 deletions

View file

@ -4,9 +4,7 @@
local S = default.get_translator
-- The hand
minetest.register_item(":", {
type = "none",
wield_image = "wieldhand.png",
minetest.override_item("", {
wield_scale = {x=1,y=1,z=2.5},
tool_capabilities = {
full_punch_interval = 0.9,