make dungeon master and oerkki drop bones

This commit is contained in:
Milan 2017-11-07 08:15:00 +01:00
parent a6e291bf4c
commit f33ed99780
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ mobs:register_mob("mobs_monster:dungeon_master", {
{name = "default:diamond", chance = 4, min = 1, max = 1},
{name = "default:mese_crystal", chance = 2, min = 1, max = 2},
{name = "default:diamondblock", chance = 30, min = 1, max = 1},
{name = "ethereal:bone", chance = 2, min = 2, max = 4}
},
water_damage = 1,
lava_damage = 1,

View File

@ -31,6 +31,7 @@ mobs:register_mob("mobs_monster:oerkki", {
jump = true,
drops = {
{name = "default:obsidian", chance = 3, min = 1, max = 2},
{name = "ethereal:bone", chance = 2, min = 1, max = 2}
},
water_damage = 2,
lava_damage = 4,