1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

Little drop change for the pumpboom to avoid...

... too many drops
This commit is contained in:
Ombridride 2015-10-08 22:20:32 +02:00
parent 2f1f9b6817
commit d95baa398e

View File

@ -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}
}
})