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
1 changed files with 1 additions and 1 deletions

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