mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-18 04:06:45 -04:00
Add missing not_in_creative_inventory group where appropriate
This commit is contained in:
parent
720d4c8e3f
commit
211297ee5f
3 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue