{"id":120414,"date":"2026-06-07T05:04:22","date_gmt":"2026-06-07T02:04:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/"},"modified":"2026-06-07T05:04:22","modified_gmt":"2026-06-07T02:04:22","slug":"perfectlybalancedhorses","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/","title":{"rendered":"Perfectly Balanced Horses"},"content":{"rendered":"<div align=\"center\">\n    <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/.idea\/icon.png?raw=true&#038;w=330&#038;h=330\" alt=\"Icon of Kratos\"><br \/>\n    <\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy-minimal\/available\/github_vector.svg&#038;w=64&#038;h=64\" alt=\"GitHub Repository\"><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy-minimal\/available\/modrinth_vector.svg&#038;w=64&#038;h=64\" alt=\"Modrinth\"><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy-minimal\/social\/discord-plural_vector.svg&#038;w=64&#038;h=64\" alt=\"Discord\"><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy-minimal\/documentation\/pull-requests_vector.svg&#038;w=64&#038;h=64\" alt=\"Pull Requests\"><\/p>\n<p>        <img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3.2.0\/assets\/cozy-minimal\/documentation\/issues_vector.svg&#038;w=64&#038;h=64\" alt=\"Issues\"><\/p>\n<\/div>\n<p># Perfectly Balanced Horses: Make horses great again!<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/wsrv.nl\/?url=https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/assets\/meme.png?raw=true&#038;w=400\" alt=\"Meme\"\/><\/p>\n<p>## Why?<\/p>\n<p>Horses in Minecraft are often overlooked due to their lack of utility compared to other types of transportation, such as<br \/>\nelytra or boats. This plugin aims to make horses more useful by enhancing the breeding process, allowing players to<br \/>\nbreed horses with improved stats. By modifying attributes such as movement speed, jump strength, and health, players can<br \/>\ncreate exceptionally fast, high-jumping, and healthy horses that are more competitive with other forms of<br \/>\ntransportation.<\/p>\n<p>And it is just fun to breed horses and see what you get!<\/p>\n<p>## Installation<\/p>\n<p>![Modrinth](https:\/\/modrinth.com\/plugin\/perfectlybalancedhorses)<\/p>\n<p>1. Download the version of the plugin you need from Modrinth.<br \/>\n2. Place the downloaded JAR file in the `plugins` directory of your server.<br \/>\n3. Start or reload your server. (It is recommended to restart the server to ensure the plugin is loaded correctly.)<br \/>\n4. Configure the plugin to your liking by editing the `config.yml` file in the `plugins\/PerfectlyBalancedHorses` directory.<br \/>\n5. Reload the plugin using the `\/pbhreload` command or by restarting the server.<br \/>\n6. Enjoy breeding perfectly balanced horses!<\/p>\n<p>> [!TIP]<br \/>\n> It is recommended to use the **Horse Power** client-side mod to view the horse&#8217;s stats. This mod displays the<br \/>\nhorse&#8217;s speed, jump height, and health in the horse&#8217;s inventory screen. It is available at the following link:<br \/>\nHorse Power.<\/p>\n<p>## Description<\/p>\n<p>PerfectlyBalancedHorses is a Minecraft plugin that enhances horse breeding by allowing players to breed horses with<br \/>\nimproved stats. It modifies attributes such as movement speed, jump strength, and health, enabling the creation of<br \/>\nexceptionally fast, high-jumping, and healthy horses.<\/p>\n<p>The plugin is also designed to be highly configurable, allowing server owners to customize the breeding process to suit<br \/>\ntheir server&#8217;s needs. This includes the ability to adjust each attribute&#8217;s maximum value, as well as the range of values<br \/>\nthat can be inherited by offspring. The configuration options cover movement speed, jump strength, and health, with<br \/>\nadditional settings to control whether excess or deficit attribute values should be ignored.<\/p>\n<p>## Screenshots<\/p>\n<p>![Breeding 1](https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/assets\/breeding_1.png?raw=true)<br \/>\n![Breeding 2](https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/assets\/breeding_2.png?raw=true)<\/p>\n<p>## Configuration<\/p>\n<p>The plugin&#8217;s configuration file, `config.yml`, is located in the `plugins\/PerfectlyBalancedHorses` directory. It is<br \/>\ndivided into three sections, each corresponding to a different attribute: *speed*, *jump*, and *health*. Each section<br \/>\ncontains the following settings:<\/p>\n<p>&#8211; **modify**: A boolean value that determines whether the attribute should be modified during breeding.<br \/>\n&#8211; **multiplier**: A double value that determines how much the attribute should be multiplied by when breeding.<br \/>\n&#8211; **offspringRange**: A range of double values that determine the value that is applied to the parent&#8217;s attribute value<br \/>\n  when breeding. The range is defined by a `start` and `end` value. If the `start` value is greater than 0, the<br \/>\n  offspring will inherit a value that is always greater than the parent&#8217;s attribute average. Note that the `end` value<br \/>\n  must be greater than the `start` value. The math is as follows:<br \/>\n    &#8211; `parentAverage + (parentDifference + rangeBuffer) * randomFactor`<br \/>\n    &#8211; `randomFactor` is a random value between the `start` and `end` values.<br \/>\n    &#8211; `rangeBuffer` is 0.3 * the difference between the maximum (vanilla or custom) and vanilla minimum attribute value.<br \/>\n    &#8211; `parentDifference` is the absolute difference between the parent&#8217;s attribute values.<br \/>\n&#8211; **ignoreExcess**: A boolean value that determines whether excess attribute values should be ignored.<br \/>\n&#8211; **ignoreDeficit**: A boolean value that determines whether deficit attribute values should be ignored.<\/p>\n<p>The **use-vanilla-offspring-attribute-range** setting controls whether to use Minecraft&#8217;s default offspring attribute<br \/>\nrange. Set it to `true` for balanced attributes. If set to `false`, the `offspringRange` in the config file will be<br \/>\nused, which can result in very high or low attributes that can result in an unbalanced breeding system without steady<br \/>\nprogression. It is recommended to set this to `true` for balanced gameplay.<\/p>\n<p>Here is an example configuration file:<\/p>\n<p>&#8220;`yaml<br \/>\nuse-vanilla-offspring-attribute-range: true<br \/>\nattributes:<br \/>\n  movement-speed:<br \/>\n    modify: true<br \/>\n    multiplier: 150.0<br \/>\n    offspring-attribute-range:<br \/>\n      start: -0.5<br \/>\n      end: 0.5<br \/>\n    ignore-excess: false<br \/>\n    ignore-deficit: false<br \/>\n  jump-strength:<br \/>\n    modify: true<br \/>\n    multiplier: 150.0<br \/>\n    offspring-attribute-range:<br \/>\n      start: -0.5<br \/>\n      end: 0.5<br \/>\n    ignore-excess: false<br \/>\n    ignore-deficit: false<br \/>\n  health:<br \/>\n    modify: true<br \/>\n    multiplier: 150.0<br \/>\n    offspring-attribute-range:<br \/>\n      start: -0.5<br \/>\n      end: 0.5<br \/>\n    ignore-excess: false<br \/>\n    ignore-deficit: false<br \/>\n&#8220;`<\/p>\n<p>> [!IMPORTANT]<br \/>\n> The `multiplier` setting is a percentage value. For example, a `multiplier` of 150.0 will increase the attributes<br \/>\nmax value by 50%.<\/p>\n<p>## Commands<\/p>\n<p>The plugin provides the following commands:<\/p>\n<p>&#8211; `\/pbhreload`: Reloads the plugin&#8217;s configuration file. Requires the `pbh.reload` permission.<\/p>\n<p>## Bugs and Suggestions<\/p>\n<p>### Discord Community<\/p>\n<p>Need help with minor concerns or have questions? Join our supportive community on the Discord server. Our friendly members and staff are here to assist you!<\/p>\n<p>![Discord Server](https:\/\/lyzev.dev\/discord)<\/p>\n<p>### GitHub Issues<\/p>\n<p>For bugs or suggestions, please submit them via the GitHub Issue Tracker. Kindly use the provided templates and include all relevant details to ensure we can resolve your issue quickly. Your cooperation is greatly appreciated!<\/p>\n<p>## Contribution Guidelines<\/p>\n<p>We welcome contributions from the community! Please read our Contribution Guidelines to get started.<\/p>\n<p>## Security<\/p>\n<p>If you discover a security vulnerability within this project, please refer to the SECURITY.md file for<br \/>\nmore information on how to report it.<\/p>\n<p>**Please do not disclose security-related issues publicly.**<\/p>\n<p>> [!WARNING]<br \/>\n> This project is under AGPL-3.0 license, which means there is no warranty for this software. Use at your own risk.<br \/>\nSee the LICENSE for more details.<\/p>\n<p>## LICENSE<\/p>\n<p>Copyright (C) 2025 Lyzev<\/p>\n<p>This program is free software: you can redistribute it and\/or modify<br \/>\nit under the terms of the GNU Affero General Public License as<br \/>\npublished by the Free Software Foundation, either version 3 of the<br \/>\nLicense, or (at your option) any later version.<\/p>\n<p>This program is distributed in the hope that it will be useful,<br \/>\nbut WITHOUT ANY WARRANTY; without even the implied warranty of<br \/>\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br \/>\nGNU Affero General Public License for more details.<\/p>\n<p>You should have received a copy of the GNU Affero General Public License<br \/>\nalong with this program.  If not, see https:\/\/www.gnu.org\/licenses\/.<\/p>\n<p>&#8212;<br \/>\n*Perfectly Balanced Horses is developed and maintained by Lyzev. Thank you for using Perfectly Balanced Horses!*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enhance horse breeding with faster, stronger, and healthier horses through improved stats.<\/p>\n","protected":false},"featured_media":120415,"template":"","meta":{"_minecraft_slug":"perfectlybalancedhorses","_minecraft_project_id":"CPOFmrEG","_minecraft_author":"Lyzev","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":429,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"perfectlybalancedhorses.zip","_minecraft_size_bytes":3199667,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T10:53:18.870597Z","_minecraft_date_created":"2025-01-04T21:38:40.274636Z","_minecraft_date_modified":"2024-12-31T03:05:09.152000Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/perfectlybalancedhorses","_minecraft_icon_attachment_id":120415,"_minecraft_imported_at":"2026-06-07T02:04:23+00:00","_minecraft_import_hash":"a13378eeb11a565a29e61ae8e5bacd7d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,43,89,137,127,128,129,869,92],"mod_loader":[130,132,133,134],"minecraft_version":[341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38],"class_list":["post-120414","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-cursed","mod_category-game-mechanics","mod_category-mobs","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Perfectly Balanced Horses - 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\/perfectlybalancedhorses\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Perfectly Balanced Horses - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Enhance horse breeding with faster, stronger, and healthier horses through improved stats.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsrv.nl\/?url=https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/.idea\/icon.png?raw=true&w=330&h=330\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/\",\"name\":\"Perfectly Balanced Horses - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp\",\"datePublished\":\"2026-06-07T02:04:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perfectlybalancedhorses\\\/#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\":\"Perfectly Balanced Horses\"}]},{\"@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":"Perfectly Balanced Horses - 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\/perfectlybalancedhorses\/","og_locale":"en_US","og_type":"article","og_title":"Perfectly Balanced Horses - Minecraft","og_description":"Enhance horse breeding with faster, stronger, and healthier horses through improved stats.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/wsrv.nl\/?url=https:\/\/github.com\/Lyzev\/PerfectlyBalancedHorses\/blob\/master\/.idea\/icon.png?raw=true&w=330&h=330","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/","name":"Perfectly Balanced Horses - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp","datePublished":"2026-06-07T02:04:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perfectlybalancedhorses-icon-a9b3c711ecdd53bf82fd82455ceb8cc22eb644ea_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perfectlybalancedhorses\/#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":"Perfectly Balanced Horses"}]},{"@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\/120414","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\/120415"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=120414"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=120414"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=120414"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=120414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}