From 740f3d36f076e59dd2ddca3ce19929574a6c2de8 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 19 Jul 2015 15:24:38 +0200 Subject: [PATCH] Add superapple drop to the treemonsters For https://github.com/Ombridride/minetest-minetestforfun-server/issues/138 --- mods/mobs/treemonster.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/mobs/treemonster.lua b/mods/mobs/treemonster.lua index ca8bcf5a..fdb7fc28 100755 --- a/mods/mobs/treemonster.lua +++ b/mods/mobs/treemonster.lua @@ -37,7 +37,9 @@ mobs:register_mob("mobs:tree_monster", { {name = "default:junglesapling", chance = 2, min = 1, max = 2}, {name = "default:apple", - chance = 2, min = 1, max = 3,}, + chance = 2, min = 2, max = 3,}, + {name = "maptools:superapple", + chance = 4, min = 1, max = 1,}, {name = "maptools:silver_coin", chance = 3, min = 1, max = 1,}, },