":" from default mod
how to override this item to give action when user left-clicked while empty-handed?

minetest.register_item(":", {
type = "none",
wield_image = "wieldhand.png",
wield_scale = {x=1,y=1,z=2.5},
tool_capabilities = {
full_punch_interval = 0.9,
max_drop_level = 0,
groupcaps = {
crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1},
snappy = {times={[3]=0.40}, uses=0, maxlevel=1},
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0}
},
damage_groups = {fleshy=1},
}
})
pandaro wrote:This is a good question.
I tried using "minetest.override_item ()"
This raises an error:
18:42:59: ERROR[main]: ...est/0.49.5/bin/../games/blockrole/mods/tradeoff/init.lua:2: Attempt to redefine type of : to "none"
So the only solution I see is to change the definition of the hand in default.
If some core developper could implement a more elegant solution would be useful.
Users browsing this forum: No registered users and 3 guests