forked from mtcontrib/mobs_monster
lava pick has fire=1 damage to cook mob items when they die
This commit is contained in:
parent
84dc34acad
commit
e862912cca
@ -159,7 +159,7 @@ minetest.register_tool(":mobs:pick_lava", {
|
||||
groupcaps={
|
||||
cracky = {times={[1]=1.80, [2]=0.80, [3]=0.40}, uses=40, maxlevel=3},
|
||||
},
|
||||
damage_groups = {fleshy=6},
|
||||
damage_groups = {fleshy=6,fire=1},
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user