mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-01 07:30:27 +02:00
MAJ mobs
Ajouts de silver_coin et copper_coin en drop des monstres, le lava_flan saute deux nodes maintenant aulieu d’auparavant une demi (devient plus dangereux, peu surprendre) Ajout du Mese_monster dans le nether
This commit is contained in:
@ -19,6 +19,10 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
chance = 1,
|
||||
min = 3,
|
||||
max = 5,},
|
||||
{name = "maptools:copper_coin",
|
||||
chance = 2,
|
||||
min = 2,
|
||||
max = 4,},
|
||||
},
|
||||
armor = 90,
|
||||
drawtype = "front",
|
||||
|
Reference in New Issue
Block a user