sheep drop 1 wool when killed

This commit is contained in:
TenPlus1 2018-03-24 10:42:13 +00:00
parent 41d0594802
commit 2679b7b3bc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ stepheight = 0.6,
jump_height = 6, jump_height = 6,
drops = { drops = {
{name = "mobs:mutton_raw", chance = 1, min = 1, max = 2}, {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, water_damage = 1,
lava_damage = 5, lava_damage = 5,