1
0
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:
sys4-fr
2018-11-02 13:48:56 +01:00
parent b993f11b92
commit 4e47e4f02c
8 changed files with 16 additions and 3 deletions

View File

@ -61,6 +61,7 @@ mobs:register_mob("mobs_monster:sand_monster", {
floats = 0,
drops = {
{name = "default:desert_sand", chance = 1, min = 3, max = 5},
{name = "maptools:silver_coin", chance = 10, min = 1, max = 1,},
},
water_damage = 3,
lava_damage = 4,