mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-04 17:30:21 +02:00
Ajout de drops d'items
This commit is contained in:
@ -38,6 +38,7 @@ mobs:register_mob("mobs_monster:spider", {
|
||||
floats = 0,
|
||||
drops = {
|
||||
{name = "farming:string", chance = 1, min = 0, max = 2},
|
||||
{name = "maptools:silver_coin", chance = 3, min = 0, max = 1,},
|
||||
},
|
||||
water_damage = 5,
|
||||
lava_damage = 5,
|
||||
|
Reference in New Issue
Block a user