diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-24 10:42:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-24 10:42:13 +0000 |
commit | 2679b7b3bcdedd7f24af1b53f203b63b8ec25876 (patch) | |
tree | 8d5d8d597a0aedd632c2ac66016fd7dbf700f5f5 /sheep.lua | |
parent | 41d0594802d3b69943f7c563a09290026c423d78 (diff) |
sheep drop 1 wool when killed
Diffstat (limited to 'sheep.lua')
-rw-r--r-- | sheep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |