1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Update treemonster.lua

Less silver coins
This commit is contained in:
Ombridride 2015-04-18 23:49:35 +02:00
parent 16b695cf8e
commit f0f76c5641

View File

@ -40,7 +40,7 @@ mobs:register_mob("mobs:tree_monster", {
{name = "default:apple", {name = "default:apple",
chance = 2, min = 1, max = 3,}, chance = 2, min = 1, max = 3,},
{name = "maptools:silver_coin", {name = "maptools:silver_coin",
chance = 2, min = 1, max = 1,}, chance = 4, min = 1, max = 1,},
}, },
-- damaged by -- damaged by
water_damage = 1, water_damage = 1,