Merge branch 'master' of yunohost.local:mtcontrib/mobs_monster into nalc-1.2-dev

This commit is contained in:
Sys Quatre 2019-12-22 13:58:23 +01:00
commit 3ddd27e515
2 changed files with 3 additions and 2 deletions

View File

@ -31,4 +31,4 @@ dofile(path .. "/minotaur.lua") -- NALC(sys4 fork MFF) Kalabasa
dofile(path .. "/lucky_block.lua")
print ("[MOD] Mobs Redo 'Monsters' loaded")
print ("[MOD] Mobs Redo Monsters loaded")

View File

@ -162,8 +162,9 @@ 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,fire=1},
damage_groups = {fleshy = 6, fire = 1},
},
groups = {pickaxe = 1}
})
minetest.register_craft({