diff --git a/mods/ENTITIES/mobs_mc/horse.lua b/mods/ENTITIES/mobs_mc/horse.lua index beeef0a09..e5aeea3e7 100644 --- a/mods/ENTITIES/mobs_mc/horse.lua +++ b/mods/ENTITIES/mobs_mc/horse.lua @@ -78,7 +78,6 @@ local horse = { on_punch = function(self, puncher, time_from_last_punch, tool_capabilities, direction) if puncher and puncher:is_player() then - puncher:get_inventory():add_item("main", self.name) self.object:remove() end end,