summaryrefslogtreecommitdiff
path: root/sheep.lua
diff options
context:
space:
mode:
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,