1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2024-12-22 17:00:26 +01:00

sheep drop 1 wool when killed

This commit is contained in:
TenPlus1 2018-03-24 10:42:13 +00:00
parent 41d0594802
commit 2679b7b3bc

View File

@ -51,7 +51,7 @@ stepheight = 0.6,
jump_height = 6,
drops = {
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2},
--{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
{name = "wool:"..col[1], chance = 1, min = 1, max = 1},
},
water_damage = 1,
lava_damage = 5,