Add missing not_in_creative_inventory group where appropriate (#2764)
This commit is contained in:
parent
0a950c9932
commit
226e2d4c12
3 changed files with 8 additions and 7 deletions
|
@ -4,9 +4,8 @@
|
|||
local S = default.get_translator
|
||||
|
||||
-- The hand
|
||||
minetest.register_item(":", {
|
||||
type = "none",
|
||||
wield_image = "wieldhand.png",
|
||||
-- Override the hand item registered in the engine in builtin/game/register.lua
|
||||
minetest.override_item("", {
|
||||
wield_scale = {x=1,y=1,z=2.5},
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 0.9,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue