summaryrefslogtreecommitdiff
path: root/sheep.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-03-24 10:42:13 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-03-24 10:42:13 +0000
commit2679b7b3bcdedd7f24af1b53f203b63b8ec25876 (patch)
tree8d5d8d597a0aedd632c2ac66016fd7dbf700f5f5 /sheep.lua
parent41d0594802d3b69943f7c563a09290026c423d78 (diff)
sheep drop 1 wool when killed
Diffstat (limited to 'sheep.lua')
-rw-r--r--sheep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheep.lua b/sheep.lua
index 2915f5e..14eb6d1 100644
--- a/sheep.lua
+++ b/sheep.lua
@@ -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,