mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-05 18:00:20 +02:00
increase lava pick efficiency and wear
This commit is contained in:
@ -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},
|
||||
},
|
||||
|
Reference in New Issue
Block a user