From 7215a670a833793d1507f8bc966ea779121802f5 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 8 Nov 2016 16:11:49 +0000 Subject: added ability to protect tamed animals --- sheep.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sheep.lua') diff --git a/sheep.lua b/sheep.lua index 465321c..20ce8e0 100644 --- a/sheep.lua +++ b/sheep.lua @@ -165,6 +165,9 @@ for _, col in pairs(all_colours) do return end + -- protect mod with mobs:protector item + mobs:protect(self, clicker) + --are we capturing? mobs:capture_mob(self, clicker, 0, 5, 60, false, nil) end -- cgit v1.2.3