egg drops mummy and uruk hai

master
Juraj Vajda 2017-08-02 23:06:44 +02:00
parent 218e634c3c
commit f75e252c1b
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ local mummy_def = {
{name = "spawners_mobs:deco_stone_sun", chance = 25, min = 1, max = 1},
{name = "default:diamond", chance = 3, min = 1, max = 2},
{name = "default:mese_crystal", chance = 3, min = 1, max = 2},
{name = "spawners_mobs:mummy", chance = 15, min = 1, max = 1},
},
water_damage = 4,
lava_damage = 8,

View File

@ -41,6 +41,7 @@ local uruk_hai_def = {
{name = "default:sword_bronze", chance = 5, min = 1, max = 1},
{name = "default:sword_mese", chance = 5, min = 1, max = 1},
{name = "bones:bones", chance = 5, min = 1, max = 1},
{name = "spawners_mobs:uruk_hai", chance = 15, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 0,