From faeac3128dff36ed058b47ff65031f2912b08685 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 18 Apr 2015 23:51:28 +0200 Subject: [PATCH] Update treemonster.lua Drops adjustments --- mods/mobs/treemonster.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/treemonster.lua b/mods/mobs/treemonster.lua index e137c9d4..bfcc1328 100755 --- a/mods/mobs/treemonster.lua +++ b/mods/mobs/treemonster.lua @@ -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",