From 2679b7b3bcdedd7f24af1b53f203b63b8ec25876 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 24 Mar 2018 10:42:13 +0000 Subject: [PATCH] sheep drop 1 wool when killed --- sheep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,