mummy drops diamonds and mese

master
Juraj Vajda 2017-01-06 13:17:02 -05:00
parent 720bd196e9
commit fe673dd576
1 changed files with 2 additions and 1 deletions

View File

@ -33,11 +33,12 @@ local mummy_def = {
jump = true,
floats = 1,
drops = {
{name = "default:sandstone", chance = 5, min = 1, max = 2},
{name = "default:sandstonebrick", chance = 5, min = 1, max = 2},
{name = "spawners_mobs:deco_stone_eye", chance = 25, min = 1, max = 1},
{name = "spawners_mobs:deco_stone_men", chance = 25, min = 1, max = 1},
{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},
},
water_damage = 4,
lava_damage = 8,