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,}, },