1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Update treemonster.lua

Drops adjustments
This commit is contained in:
Ombridride 2015-04-18 23:51:28 +02:00
parent 8558bb0c36
commit faeac3128d

View File

@ -34,9 +34,9 @@ mobs:register_mob("mobs:tree_monster", {
-- drops saplings, junglesapling, apple and/or silver coins
drops = {
{name = "default:sapling",
chance = 3, min = 1, max = 2},
chance = 2, min = 1, max = 2},
{name = "default:junglesapling",
chance = 3, min = 1, max = 2},
chance = 2, min = 1, max = 2},
{name = "default:apple",
chance = 2, min = 1, max = 3,},
{name = "maptools:silver_coin",