mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Add superapple drop to the treemonsters
For https://github.com/Ombridride/minetest-minetestforfun-server/issues/138
This commit is contained in:
parent
1cb9500d0d
commit
740f3d36f0
@ -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,},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user