Rollerozxa: Set Hand Range to 0

Set hand range to 0 to disable node highlighting.
This commit is contained in:
ExeVirus 2023-01-21 16:33:11 -05:00 committed by GitHub
commit 9037220521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ minetest.register_item(":", {
type = "none",
wield_image = "inv.png",
groups = {not_in_creative_inventory=1},
range = 0
})
--Style Registrations