forked from mtcontrib/mobs_monster
edit monster drops
This commit is contained in:
@ -32,9 +32,9 @@ mobs:register_mob("mobs_monster:stone_monster", {
|
||||
floats = 0,
|
||||
view_range = 10,
|
||||
drops = {
|
||||
{name = "default:torch", chance = 2, min = 3, max = 5},
|
||||
{name = "default:iron_lump", chance = 5, min = 1, max = 2},
|
||||
{name = "default:coal_lump", chance = 3, min = 1, max = 3},
|
||||
{name = "default:torch", chance = 2, min = 0, max = 2},
|
||||
{name = "default:iron_lump", chance = 5, min = 0, max = 2},
|
||||
{name = "default:coal_lump", chance = 3, min = 0, max = 3},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 1,
|
||||
|
Reference in New Issue
Block a user