1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-05 09:50:19 +02:00

edit monster drops

This commit is contained in:
TenPlus1
2018-07-13 19:11:40 +01:00
parent 95ce8179dd
commit ce7055ee50
7 changed files with 17 additions and 16 deletions

View File

@ -30,7 +30,8 @@ mobs:register_mob("mobs_monster:oerkki", {
view_range = 10,
jump = true,
drops = {
{name = "default:obsidian", chance = 3, min = 1, max = 2},
{name = "default:obsidian", chance = 3, min = 0, max = 2},
{name = "default:gold_lump", chance = 2, min = 0, max = 2},
},
water_damage = 2,
lava_damage = 4,