{"id":64475,"date":"2026-06-03T20:09:34","date_gmt":"2026-06-03T17:09:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/"},"modified":"2026-06-03T20:09:34","modified_gmt":"2026-06-03T17:09:34","slug":"enhanced-rails","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/","title":{"rendered":"Enhanced Rails"},"content":{"rendered":"<p># Enhanced Rails<\/p>\n<p>![Player in minecart holding the trial key for super-speed activation](https:\/\/cdn.modrinth.com\/data\/cached_images\/aa0b702a03bb06fb3fe30e26fb5294fe871b2bc8_0.webp)<\/p>\n<p>## \u26a1 Overview<\/p>\n<p>Welcome to **Enhanced Rails v1.1**, a plugin that transforms your Minecraft rail systems with exciting features, from blazing-fast speeds to smart automation. Whether you&#8217;re building complex transportation networks or simple automated item delivery systems, this plugin brings a new level of functionality to minecart travel.<\/p>\n<p>Enhanced Rails modifies powered rail behavior under specific conditions, significantly increasing minecart speed for players and enabling automated minecart loading\/unloading systems.<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; **Super-Speed Travel**: Dramatically increase minecart speeds for players up to 10x faster than vanilla Minecraft<br \/>\n&#8211; **Automated Loading\/Unloading \u2728 NEW IN V1.1! \u2728**: Create  automated item transportation systems without complex redstone! Minecarts are dispatched automatically when full or empty<br \/>\n&#8211; **Special Item Activation**: Configure rare items that players must hold to activate super-speed, creating perfect quest rewards or VIP perks<br \/>\n&#8211; **Block-Based Activation**: Alternatively, enable special features when rails are placed on specific blocks, providing visible infrastructure upgrades<br \/>\n&#8211; **Smart Slowdown System**: Configure special blocks that automatically reduce speed for curves and slopes, preventing derailments<br \/>\n&#8211; **Customizable Settings**: Fine-tune all parameters to match your server&#8217;s needs through a comprehensive configuration system<\/p>\n<p>This plugin is perfect for creating quest rewards, enhancing transportation networks, building exciting rail systems, and automating item transport across your Minecraft world.<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; Minecraft 1.21.4+<br \/>\n&#8211; Paper server (functionality on pure Spigot servers is not guaranteed due to Paper&#8217;s recent hard-fork)<br \/>\n&#8211; Java 17 or higher<\/p>\n<p>> **Note:** As of version 1.21.4, Paper has created a hard-fork and no longer follows Spigot as a base API. This plugin is built using the latest Paper API and may not function correctly on pure Spigot servers.<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. **Download the Plugin**<br \/>\n   &#8211; Get the latest EnhancedRails.jar from elfahja.com<\/p>\n<p>2. **Install on Your Server**<br \/>\n   &#8211; Stop your server (to avoid config conflicts)<br \/>\n   &#8211; Place EnhancedRails.jar into your server&#8217;s `plugins\/` folder<br \/>\n   &#8211; Restart the server\u2014EnhancedRails will generate a default `config.yml` in `plugins\/EnhancedRails\/`<\/p>\n<p>3. **Verify Installation**<br \/>\n   &#8211; Check the server console for: &#8220;EnhancedRails is now enabled! Config loaded from [path]&#8221;<br \/>\n   &#8211; You&#8217;re ready to roll!<\/p>\n<p>## \u2699\ufe0f Configuration Guide<\/p>\n<p>The `config.yml` file in `plugins\/EnhancedRails\/` controls all plugin features. Below is the default configuration with explanations:<\/p>\n<p>### Super Speed Configuration<br \/>\n&#8220;`yaml<br \/>\nsuper-speed:<br \/>\n  enabled: true<br \/>\n&#8220;`<\/p>\n<p>### Special Item Configuration<br \/>\nWhen enabled, provides super-speed only when players hold the specified item in their main hand.<br \/>\n&#8220;`yaml<br \/>\nspecial-item:<br \/>\n  enabled: true<br \/>\n  material: &#8220;TRIAL_KEY&#8221;  # Recommended: use a rare item<br \/>\n  custom-name: &#8220;Super Speed Key&#8221;  # Optional custom name requirement<br \/>\n&#8220;`<\/p>\n<p>### Special Block Configuration<br \/>\nIf you prefer not using the special item approach, you can enable super-speed based on the block beneath powered rails. Note: This section is ignored if special-item is enabled.<br \/>\n&#8220;`yaml<br \/>\nspecial-block:<br \/>\n  enabled: true<br \/>\n  material: &#8220;SMOOTH_STONE&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Speed Parameters<br \/>\nFine-tune speed settings for different track conditions. Exceed recommended limits at your own risk!<br \/>\n&#8220;`yaml<br \/>\nsuper-speed-parameters:<br \/>\n  flat-speed-multiplier: 2.0  # Max recommended: 2.0<br \/>\n  flat-max-speed: 4.0  # Max recommended: 4.0<br \/>\n  slope-speed-multiplier: 1.1  # Must be greater than 1.0, max recommended: 1.1<br \/>\n  slope-max-speed: 1.0  # Max recommended: 1.0<br \/>\n  max-uphill-velocity: 2.0  # Max recommended: 2.0<br \/>\n  max-downhill-velocity: 2.0  # Max recommended: 2.0<br \/>\n&#8220;`<\/p>\n<p>### Slowdown Blocks<br \/>\nConfigure special blocks that reduce minecart speed automatically.<br \/>\n&#8220;`yaml<br \/>\nslow-down-parameters:<br \/>\n  enabled: true<br \/>\n  block1-material: &#8220;GRAVEL&#8221;<br \/>\n  block1-max-speed: 0.4  # 0.4 is a relatively slow speed<br \/>\n  block2-material: &#8220;SAND&#8221;<br \/>\n  block2-max-speed: 0.1  # 0.1 for extreme slowdown<br \/>\n&#8220;`<\/p>\n<p>### Minecart Loader\/Unloader Configuration<br \/>\nConfigure the new automatic minecart loading\/unloading system (new in v1.1).<br \/>\n&#8220;`yaml<br \/>\nminecart-loader:<br \/>\n  enabled: true<br \/>\n  # How strong the push should be (default Minecraft minecart speed is around 0.4)<br \/>\n  push-strength: 1.0<br \/>\n  # Enable debug logging<br \/>\n  debug: false<br \/>\n  # Special block settings<br \/>\n  special-block:<br \/>\n    enabled: true<br \/>\n    material: &#8220;SMOOTH_STONE&#8221;<br \/>\n&#8220;`<\/p>\n<p>> **Note:** Always back up your configuration before making changes, and avoid exceeding the recommended speed values to prevent unexpected behavior.<\/p>\n<p>## \ud83c\udfae In-Game Commands<\/p>\n<p>Need to update settings without restarting? Use the reload command:<\/p>\n<p>&#8211; **Command**: `\/enhancedrails reload`<br \/>\n&#8211; **Permission**: `enhancedrails.use` (default: ops only)<br \/>\n&#8211; **Usage**:<br \/>\n  1. Edit `config.yml` in `plugins\/EnhancedRails\/`<br \/>\n  2. Run `\/enhancedrails reload` in-game or console<br \/>\n  3. A &#8220;EnhancedRails config reloaded!&#8221; message confirms the changes<\/p>\n<p>## \ud83d\udd04 Minecart Loader\/Unloader System<br \/>\n![Minecart Loading\/Unloading Design &#8211; No Redstone Needed for Cart Pichbacks.](https:\/\/cdn.modrinth.com\/data\/cached_images\/0fb14353d8590ff5834f56561711d0f5d05a30c4.webp)<br \/>\nThe new Minecart Loader\/Unloader feature (v1.1) simplifies automated item transportation without complex redstone circuits, making it easier than ever to build efficient transportation networks.<\/p>\n<p>### Minecart Loader Setup<br \/>\nThe loader system automatically dispatches hopper minecarts when they&#8217;re full or when the supply container is empty but the minecart contains items.<\/p>\n<p>**Setup Requirements:**<br \/>\n1. Place a powered rail on any block (not a hopper)<br \/>\n2. Position a hopper or chest directly above where the hopper minecart will sit<br \/>\n3. Place a hopper minecart on the powered rail<br \/>\n4. If you have special block feature enabled, place the configured block at the end of the rail<\/p>\n<p>**How It Works:**<br \/>\n&#8211; When the hopper minecart becomes completely full (all slots at maximum stack size), it will automatically be pushed along the rail<br \/>\n&#8211; When the container above becomes empty but the minecart has some items, it will also be pushed<br \/>\n&#8211; If both the container and minecart are empty, the minecart remains stationary, waiting for new items<\/p>\n<p>### Minecart Unloader Setup<br \/>\nThe unloader system automatically dispatches empty hopper minecarts after they&#8217;ve transferred all their contents.<\/p>\n<p>**Setup Requirements:**<br \/>\n1. Place a powered rail above a hopper<br \/>\n2. Make sure there is no hopper or chest above where the minecart will sit<br \/>\n3. Place a hopper minecart on the powered rail<br \/>\n4. If you have special block feature enabled, place the configured block at the end of the rail<\/p>\n<p>**How It Works:**<br \/>\n&#8211; The hopper minecart will empty its contents into the hopper below<br \/>\n&#8211; Once completely empty, the minecart will automatically be pushed along the rail<\/p>\n<p>## \ud83d\udee4\ufe0f Track Design Guide<\/p>\n<p>Super-Speed is thrilling but requires careful track planning to prevent derailments. Here are essential design tips:<\/p>\n<p>> **Important:** All slowdown blocks mentioned below must be placed *directly underneath* the powered rails. The plugin detects the block type beneath the powered rail to determine speed behavior.<\/p>\n<p>### 1. Handling Curves<br \/>\n&#8211; **Problem**: At 4.0 meters\/tick, tight 90-degree turns will derail carts<br \/>\n&#8211; **Solution**: Place two powered rails with gravel blocks underneath them before curves to slow carts to 0.4 meters\/tick<br \/>\n&#8211; **Tip**: Add powered rails on normal blocks after the curve to re-accelerate to Super-Speed<\/p>\n<p>### 2. Managing Uphill Slopes<br \/>\n&#8211; **Problem**: Approaching slopes at full speed can cause bounce-back or derailment<br \/>\n&#8211; **Solution**: Place two powered rails with gravel blocks underneath them before ascending rails to reduce speed to 0.4 meters\/tick<br \/>\n&#8211; **Tip**: Chain multiple powered rails uphill for a consistent climb that reaches 2.0 meters\/tick<\/p>\n<p>### 3. Controlling Downhill Slopes<br \/>\n&#8211; **Problem**: High speeds can launch carts off descending rails<br \/>\n&#8211; **Solution**: Use two powered rails with gravel blocks underneath them before descent for safety, allowing controlled 2.0 meters\/tick downhill travel<br \/>\n&#8211; **Tip**: Avoid sudden transitions from flat to downhill<\/p>\n<p>### 4. Designing Loading\/Unloading Stations<br \/>\n&#8211; **Station Approach**: Use powered rails with sand blocks (0.1 meters\/tick) before stations for extreme braking<br \/>\n&#8211; **Station Layout**: For loader stations, place a hopper\/chest above the powered rail; for unloader stations, place a hopper below<br \/>\n&#8211; **Exit Rails**: Ensure there&#8217;s a clear exit path with powered rails after the loading\/unloading point<br \/>\n&#8211; **Special Blocks**: If using special blocks for the minecart loader, place them at the end of the station rails<\/p>\n<p>> **Pro Tip:** Create a test track with all the common scenarios (curves, uphills, downhills, loading\/unloading stations) to perfect your design before building in your main world.<\/p>\n<p>## \u2753 Troubleshooting<\/p>\n<p>| Problem | Solution |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;-|<br \/>\n| Carts Derailing | Add more slowdown blocks before curves or slopes |<br \/>\n| Super-Speed Not Working | Check that players are holding the correct special item or that rails are placed on the correct special blocks |<br \/>\n| Minecart Loader Not Activating | Verify your setup matches the requirements (hopper\/chest above or below, special block at rail end if enabled) |<br \/>\n| Minecart Not Pushing With Full Inventory | Check that all slots are at maximum stack size (not just filled) |<br \/>\n| Config Not Applying | Verify you&#8217;ve used the reload command correctly and check console for errors |<br \/>\n| Plugin Not Working | Confirm you&#8217;re using a Paper server (not Spigot) running Minecraft 1.21.4+ |<\/p>\n<p>## \ud83d\udcde Support<\/p>\n<p>For further assistance, bug reports, or feature requests:<br \/>\n&#8211; Visit our website: elfahja.com<br \/>\n&#8211; Contact us via email: [support@elfahja.com](mailto:support@elfahja.com)<\/p>\n<p>&#8212;<\/p>\n<p>*Enhanced Rails v1.1 \u2014 Making Minecraft transportation better, faster, and more exciting!*<\/p>\n<p>\u00a9 2025 ElFahja. All rights reserved.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enhanced Rails supercharges Minecraft rail systems with lightning-fast speeds, automated minecart loading\/unloading, and a no-redstone pushback mechanism.<\/p>\n","protected":false},"featured_media":64476,"template":"","meta":{"_minecraft_slug":"enhanced-rails","_minecraft_project_id":"zdwqk3N7","_minecraft_author":"ElFahja","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":673,"_minecraft_follows":11,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enhanced-rails.zip","_minecraft_size_bytes":40278,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T09:43:10.797024Z","_minecraft_date_created":"2025-04-01T02:52:31.718480Z","_minecraft_date_modified":"2025-04-14T23:46:09.778475Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enhanced-rails","_minecraft_icon_attachment_id":64476,"_minecraft_imported_at":"2026-06-03T17:09:34+00:00","_minecraft_import_hash":"9ced18705173c2f7e1cfb450ceef77af","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,869],"mod_loader":[132],"minecraft_version":[38,78],"class_list":["post-64475","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-transportation","mod_loader-paper","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Enhanced Rails - 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\/enhanced-rails\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enhanced Rails - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Enhanced Rails supercharges Minecraft rail systems with lightning-fast speeds, automated minecart loading\/unloading, and a no-redstone pushback mechanism.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/\",\"name\":\"Enhanced Rails - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp\",\"datePublished\":\"2026-06-03T17:09:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-rails\\\/#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\":\"Enhanced Rails\"}]},{\"@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":"Enhanced Rails - 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\/enhanced-rails\/","og_locale":"en_US","og_type":"article","og_title":"Enhanced Rails - Minecraft","og_description":"Enhanced Rails supercharges Minecraft rail systems with lightning-fast speeds, automated minecart loading\/unloading, and a no-redstone pushback mechanism.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/","name":"Enhanced Rails - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp","datePublished":"2026-06-03T17:09:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-rails-icon-115764b3469398043702a60343a2bfa2040b8b98_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-rails\/#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":"Enhanced Rails"}]},{"@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\/64475","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\/64476"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64475"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64475"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64475"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}