When i register a tool it can dig anything..
minetest.register_tool("fantasyores:taron_slasher", {
description = "Taron Slasher",
inventory_image = "taron_sword.png",
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=0,
groupcaps={
fleshy={times={[1]=2.00, [2]=2.00, [3]=2.01}, uses=60, maxlevel=1}
}
},
})
theres the code am i doing something wrong?
description = "Taron Slasher",
inventory_image = "taron_sword.png",
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=0,
groupcaps={
fleshy={times={[1]=2.00, [2]=2.00, [3]=2.01}, uses=60, maxlevel=1}
}
},
})
theres the code am i doing something wrong?