make dungeon master and oerkki drop bones
This commit is contained in:
parent
a6e291bf4c
commit
f33ed99780
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user