Page 1 of 1

When i register a tool it can dig anything..

PostPosted: Sat Feb 09, 2013 02:25
by Chinchow
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?

PostPosted: Sat Feb 09, 2013 02:34
by Aqua
1. Do you mean can or can't dig anything?
2. If can't its because you put fleshy. You have to put snappy or cracky for it to dig things like cobble.
3. Post in modding questions topic.

PostPosted: Sat Feb 09, 2013 03:45
by Chinchow
1.I will next time
2.it can dig anything and I don't want it to