From 0c2e27cae7b613644eca3a9b4e4778afe2094efb Mon Sep 17 00:00:00 2001 From: Marlian <84173858+MCbabel@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:41:43 +0100 Subject: Add missing horse/donkey/mule/zombie/skeleton horse sounds (#650) --- .../Sound/Minecraft/mob/horse/skeleton/death/death.ogg | Bin 0 -> 19775 bytes .../Sound/Minecraft/mob/horse/skeleton/hit1/hit1.ogg | Bin 0 -> 7647 bytes .../Sound/Minecraft/mob/horse/skeleton/hit2/hit2.ogg | Bin 0 -> 7232 bytes .../Sound/Minecraft/mob/horse/skeleton/hit3/hit3.ogg | Bin 0 -> 8687 bytes .../Sound/Minecraft/mob/horse/skeleton/hit4/hit4.ogg | Bin 0 -> 8143 bytes .../Sound/Minecraft/mob/horse/skeleton/idle1/idle1.ogg | Bin 0 -> 13016 bytes .../Sound/Minecraft/mob/horse/skeleton/idle2/idle2.ogg | Bin 0 -> 9173 bytes .../Sound/Minecraft/mob/horse/skeleton/idle3/idle3.ogg | Bin 0 -> 12129 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/death/death.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit1/hit1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit2/hit2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit3/hit3.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit4/hit4.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle1/idle1.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle2/idle2.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle3/idle3.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/death/death.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/death/death.ogg new file mode 100644 index 00000000..114eb6b2 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/death/death.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit1/hit1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit1/hit1.ogg new file mode 100644 index 00000000..9cd89d77 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit1/hit1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit2/hit2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit2/hit2.ogg new file mode 100644 index 00000000..f99508b0 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit2/hit2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit3/hit3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit3/hit3.ogg new file mode 100644 index 00000000..f876c037 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit3/hit3.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit4/hit4.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit4/hit4.ogg new file mode 100644 index 00000000..accb0f23 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/hit4/hit4.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle1/idle1.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle1/idle1.ogg new file mode 100644 index 00000000..c2c2b2d0 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle1/idle1.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle2/idle2.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle2/idle2.ogg new file mode 100644 index 00000000..f6f4c843 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle2/idle2.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle3/idle3.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle3/idle3.ogg new file mode 100644 index 00000000..f10b0c91 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/horse/skeleton/idle3/idle3.ogg differ -- cgit v1.2.3