{"id":118254,"date":"2026-06-07T01:54:52","date_gmt":"2026-06-06T22:54:52","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/"},"modified":"2026-06-07T01:54:52","modified_gmt":"2026-06-06T22:54:52","slug":"ouch-2","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/","title":{"rendered":"Ouch!"},"content":{"rendered":"<p>## Info<br \/>\nThis datapack allows players to choose a preset of sounds to play when they&#8217;re hit, or die. It also provides an easy way to add your own sound presets, in addition to the default ones.<\/p>\n<p>This pack does _not_ disable the vanilla hit sound, it simply plays another sound in addition to it. You can use a resource pack to remove, or decrease the sound of, the vanilla hit sound.<\/p>\n<p>### Default sound presets:<br \/>\n&#8211; None<br \/>\n&#8211; Wolf<br \/>\n&#8211; Cat<br \/>\n&#8211; Villager<br \/>\n&#8211; Allay<br \/>\n&#8211; Bee<br \/>\n&#8211; Dog<br \/>\n&#8211; Zombie<br \/>\n&#8211; Pillager<br \/>\n&#8211; Piglin<br \/>\n&#8211; Enderman<br \/>\n&#8211; Creaking<br \/>\n&#8211; Metal<br \/>\n&#8211; Glass<br \/>\n&#8211; Air<\/p>\n<p>Note: unfortunately, you cannot change what subtitles are shown without using a resource pack to add custom sound effects. This means you may see inaccurate subtitles when using the pack.<\/p>\n<p>## Adding your own sound presets<br \/>\nSound presets are defined by functions in the `hitsoundpicker:preset_registries` tag. By default, the only such function is `hitsoundpicker:register_default`. To add your own presets, you can create your own functions and add them to `hitsoundpicker:preset_registries`, or you can directly add the presets to `hitsoundpicker:register_default`.<\/p>\n<p>Inside a function, sound presets are defined by either calling `hitsoundpicker:api\/register_preset` or `hitsoundpicker:api\/register_preset_pitched`. Below are examples of calls to both.<br \/>\n### `register_preset`:<br \/>\n&#8220;`<br \/>\nfunction hitsoundpicker:api\/register_preset {<br \/>\n\t&#8220;display&#8221;: &#8220;Silverfish&#8221;,<br \/>\n\t&#8220;sound&#8221;: &#8220;minecraft:entity.silverfish.hurt&#8221;,<br \/>\n\t&#8220;death_sound&#8221;: &#8220;minecraft:entity.silverfish.death&#8221;<br \/>\n}<br \/>\n&#8220;`<br \/>\n### `register_preset_pitched`:<br \/>\n&#8220;`<br \/>\nfunction hitsoundpicker:api\/register_preset_pitched {<br \/>\n\t&#8220;display&#8221;: &#8220;Wool&#8221;,<br \/>\n\t&#8220;sound&#8221;: &#8220;minecraft:block.wool.break&#8221;,<br \/>\n\t&#8220;sound_pitch&#8221;: 1.0,<br \/>\n\t&#8220;death_sound&#8221;: &#8220;minecraft:block.wool.break&#8221;,<br \/>\n\t&#8220;death_sound_pitch&#8221;: 0.5<br \/>\n}<br \/>\n&#8220;`<br \/>\nThe arguments `display`, `sound`, and `death_sound` are the same across both functions:<br \/>\n&#8211; `display` is what the preset will display as in the selection menu<br \/>\n&#8211; `sound` is the sound that will play when the player takes regular damage<br \/>\n&#8211; `death_sound` is the sound that will play when the player dies<\/p>\n<p>The arguments `sound_pitch` and `death_sound_pitch` are present only in `register_preset_pitched`:<br \/>\n&#8211; `sound_pitch` is the speed at which `sound` will play<br \/>\n&#8211; `death_sound_pitch` is the speed at which `death_sound` will play<\/p>\n<p>`register_preset` is a shorthand for calling `register_preset_pitched` with `sound_pitch` and `death_sound_pitch` both set to 1.0<\/p>\n<p>Sound presets will show up in the menu in the order that the function calls to register them were made.<\/p>\n<p>Non-vanilla sounds will also work with the datapack, assuming that everyone has the necessary resource pack or mod to provide the sounds.<\/p>\n<p>## Other<br \/>\nContact me on discord @parax342 with bugs or suggestions<\/p>\n<p>Thanks to the Minecraft Commands discord for helping with this project<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A menu to select your hurt sound effects<\/p>\n","protected":false},"featured_media":118255,"template":"","meta":{"_minecraft_slug":"ouch!","_minecraft_project_id":"twylVJu4","_minecraft_author":"Parax342","_minecraft_license":"MPL-2.0","_minecraft_downloads":6,"_minecraft_follows":0,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ouch!.zip","_minecraft_size_bytes":50098,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:11:46.129479Z","_minecraft_date_created":"2026-05-11T05:21:18.478534Z","_minecraft_date_modified":"2026-05-10T14:25:20.980637Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ouch!","_minecraft_icon_attachment_id":118255,"_minecraft_imported_at":"2026-06-06T22:54:53+00:00","_minecraft_import_hash":"8eeada9d7f6c1e1206b68ffa52bdea71","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,92],"mod_loader":[86],"minecraft_version":[40,41,79,80,81,82,83,167,163],"class_list":["post-118254","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-utility","mod_loader-datapack","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ouch! - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ouch! - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A menu to select your hurt sound effects\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/\",\"name\":\"Ouch! - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp\",\"datePublished\":\"2026-06-06T22:54:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ouch-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ouch!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ouch! - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/","og_locale":"en_US","og_type":"article","og_title":"Ouch! - Minecraft","og_description":"A menu to select your hurt sound effects","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/","name":"Ouch! - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp","datePublished":"2026-06-06T22:54:52+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ouch-icon-c938409fbd3ca9aa88966fba8d657505cea2406d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ouch-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Ouch!"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/118254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/118255"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=118254"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=118254"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=118254"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=118254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}