diff options
Diffstat (limited to 'sheep.lua')
-rw-r--r-- | sheep.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |