1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-08 03:10:22 +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

@ -35,8 +35,8 @@ mobs:register_mob("mobs_monster:mese_monster", {
fall_speed = -6,
stepheight = 2.1,
drops = {
{name = "default:mese_crystal", chance = 9, min = 1, max = 3},
{name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 9},
{name = "default:mese_crystal", chance = 9, min = 0, max = 2},
{name = "default:mese_crystal_fragment", chance = 1, min = 0, max = 2},
},
water_damage = 1,
lava_damage = 1,