-- LUALOCALS < --------------------------------------------------------- local minetest, nodecore = minetest, nodecore -- LUALOCALS > --------------------------------------------------------- minetest.register_item(":", { ["type"] = "none", wield_image = "nc_player_hand.png", wield_scale = {x = 4, y = 8, z = 3}, tool_capabilities = nodecore.toolcaps({ uses = 0, crumbly = 1, snappy = 1, thumpy = 1 }) })