1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-13 22:00:36 +02:00

tweak dm,stone and tree monster drops

This commit is contained in:
TenPlus1
2018-07-18 15:41:48 +01:00
parent ce7055ee50
commit 876d544c1c
3 changed files with 7 additions and 5 deletions

View File

@ -32,9 +32,10 @@ mobs:register_mob("mobs_monster:tree_monster", {
jump = true,
view_range = 15,
drops = {
{name = "default:stick", chance = 1, min = 0, max = 2},
{name = "default:sapling", chance = 2, min = 0, max = 2},
{name = "default:junglesapling", chance = 2, min = 0, max = 2},
{name = "default:apple", chance = 2, min = 1, max = 2},
{name = "default:junglesapling", chance = 3, min = 0, max = 2},
{name = "default:apple", chance = 4, min = 1, max = 2},
},
water_damage = 0,
lava_damage = 0,