From 1799b4c217a167284aaff64848484ed72376c7be Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 16 Nov 2022 09:50:57 +0000 Subject: [PATCH] fix dye'd sheep protection (thx Niklp) --- sheep.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sheep.lua b/sheep.lua index 3a3c1ab..93594ac 100644 --- a/sheep.lua +++ b/sheep.lua @@ -201,6 +201,8 @@ for _, col in ipairs(all_colours) do ent.owner = name ent.tamed = true + ent.protected = self.protected + ent.fire_damage = self.fire_damage -- take item if not mobs.is_creative(clicker:get_player_name()) then