1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-12-22 17:00:26 +01:00

lava pick has fire=1 damage to cook mob items when they die

This commit is contained in:
TenPlus1 2018-09-05 10:31:00 +01:00
parent 84dc34acad
commit e862912cca

View File

@ -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},
},
})