mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Little drop change for the pumpboom to avoid...
... too many drops
This commit is contained in:
parent
2f1f9b6817
commit
d95baa398e
@ -88,7 +88,7 @@ mobs:register_mob("mobs:pumpboom", {
|
||||
walk_velocity = 2,
|
||||
run_velocity = 4,
|
||||
drops = {
|
||||
{name = "farming:pumpkin_seed", chance = 1, min = 1, max = 4}
|
||||
{name = "farming:pumpkin_seed", chance = 4, min = 2, max = 4}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user