forked from mtcontrib/mobs_monster
increase lava pick efficiency and wear
This commit is contained in:
parent
e6f77e1a76
commit
5d4532030b
|
@ -154,7 +154,7 @@ minetest.register_tool(":mobs:pick_lava", {
|
|||
full_punch_interval = 0.4,
|
||||
max_drop_level=3,
|
||||
groupcaps={
|
||||
cracky = {times={[1]=1.80, [2]=0.90, [3]=0.45}, uses=30, maxlevel=3},
|
||||
cracky = {times={[1]=1.80, [2]=0.80, [3]=0.40}, uses=40, maxlevel=3},
|
||||
},
|
||||
damage_groups = {fleshy=6},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user