mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-08 19:30:19 +02:00
edit monster drops
This commit is contained in:
@ -30,7 +30,7 @@ mobs:register_mob("mobs_monster:dirt_monster", {
|
||||
run_velocity = 3,
|
||||
jump = true,
|
||||
drops = {
|
||||
{name = "default:dirt", chance = 1, min = 3, max = 5},
|
||||
{name = "default:dirt", chance = 1, min = 0, max = 2},
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 5,
|
||||
|
Reference in New Issue
Block a user