1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Add superapple drop to the treemonsters

For https://github.com/Ombridride/minetest-minetestforfun-server/issues/138
This commit is contained in:
Ombridride 2015-07-19 15:24:38 +02:00
parent 1cb9500d0d
commit 740f3d36f0

View File

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