adjust egg drops for monsters
This commit is contained in:
parent
f75e252c1b
commit
fd5c6ee6e8
@ -39,7 +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},
|
||||
{name = "spawners_mobs:mummy", chance = 25, min = 1, max = 1},
|
||||
},
|
||||
water_damage = 4,
|
||||
lava_damage = 8,
|
||||
|
@ -41,7 +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},
|
||||
{name = "spawners_mobs:uruk_hai", chance = 20, min = 1, max = 1},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user