mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-05 09:50:19 +02:00
Ajout de drops d'items
This commit is contained in:
@ -35,6 +35,8 @@ mobs:register_mob("mobs_monster:stone_monster", {
|
||||
{name = "default:cobble", chance = 1, min = 0, max = 2},
|
||||
{name = "default:coal_lump", chance = 3, min = 0, max = 2},
|
||||
{name = "default:iron_lump", chance = 5, min = 0, max = 2},
|
||||
{name = "maptools:silver_coin", chance = 1, min = 0, max = 1,},
|
||||
{name = "default:torch", chance = 2, min = 3, max = 5},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 1,
|
||||
|
Reference in New Issue
Block a user