{"id":91147,"date":"2026-06-05T07:55:35","date_gmt":"2026-06-05T04:55:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/"},"modified":"2026-06-05T07:55:35","modified_gmt":"2026-06-05T04:55:35","slug":"krypton-fnp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/","title":{"rendered":"Krypton Reno"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/JkxWVYwU\/62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp\" alt=\"Logo\" align=\"right\" width=\"150\"><\/p>\n<p>Krypton Reno<br \/>\n====<\/p>\n<p>![all](https:\/\/img.shields.io\/badge\/environment-any-4caf50?style=flat-square)<\/p>\n<p>![](https:\/\/modrinth.com\/mod\/krypton-fnp)<br \/>\n![](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/krypton-fnp)<br \/>\n![](https:\/\/github.com\/404Setup\/KryptonReno\/releases)<\/p>\n<p>![modrinth](https:\/\/modrinth.com\/mod\/krypton-fnp)<br \/>\n![curseforge](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/krypton-fnp)<br \/>\n![github](https:\/\/github.com\/404Setup\/KryptonReno\/releases)<\/p>\n<p>&#8212;<\/p>\n<p>Since we no longer provide Forge compatibility starting from version 26.1, the original name &#8220;Krypton FNP&#8221; is no longer meaningful.<\/p>\n<p>The acronym &#8220;FNP&#8221; stood for &#8220;Forge and NeoForge&#8217;s Port,&#8221; but as Forge support is now absent, I have renamed this mod to Krypton Reno.<\/p>\n<p>To ensure that our legacy URLs cannot be exploited by malicious parties, the URLs for our listings on Modrinth and CurseForge will remain unchanged, only the URL for the GitHub repository has been updated.<\/p>\n<p>&#8212;<\/p>\n<p>Krypton Reno provides powerful network optimization capabilities for all major systems.<\/p>\n<p>Ported from Krypton Fabric, with some unique optimizations added. Supports NeoForge\/Forge; <\/p>\n<p>For Fabric\/Paper Server, please see the KryptonReno Fabric<\/p>\n<p>For Velocity Server, please see the VelocityNT Recast.<\/p>\n<p>&#8212;<\/p>\n<p>## Differentiation<\/p>\n<p>> This refers to the differences between &#8220;us&#8221; and upstream &#8220;Krypton Fabric&#8221; and other Krypton Forks<\/p>\n<p>&#8211; Continuously provide compatibility for stable versions (1.20.1, 1.21.1) and the latest versions<br \/>\n&#8211; RecastLib provides acceleration features for **Windows** (x64\/arm64)<br \/>\n&#8211; Further scalability optimizations<\/p>\n<p>## What is RecastLib<\/p>\n<p>RecastLib is a native library I wrote in Rust that is compatible with Velocity Native JNI Bind.<\/p>\n<p>It aims to make up for some of the shortcomings of Velocity Native compatibility,<br \/>\nthereby making the performance advantages of KryptonReno more comprehensive.<\/p>\n<p>In KryptonReno for Fabric, I\u2019m also testing the stability of the FFM APIs available in Java 22,<br \/>\nwhich, according to benchmarks, should provide more performance gains<br \/>\n(ultimately Fabric only. Forge\/NeoForge won\u2019t be able to run them).<\/p>\n<p>Their benefits are obvious that both Server and Client can benefit, and that most popular PCs can run these native<br \/>\nlibraries due to the replacement compatibility.<\/p>\n<p>### Compatibility<\/p>\n<p>| System &#038; Arch               | RecastLib | Velocity Native |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Windows x64                 | Yes       | No              |<br \/>\n| Windows arm64               | Yes       | No              |<br \/>\n| Linux x64                   | No        | Yes             |<br \/>\n| Linux arm64                 | No        | Yes             |<br \/>\n| MacOS arm64 (Apple Silicon) | No        | Yes             |<\/p>\n<p>**Compatibility is &#8220;hybrid&#8221;; they provide compatibility in areas where the other does not support them,<br \/>\nso you don&#8217;t need to worry about losing compatibility.**<\/p>\n<p>Currently, there are no plans to provide compatibility for Android,<br \/>\n32-bit architecture operating systems, or other architectures.<\/p>\n<p>Please do not open any related issues or complain to me,<br \/>\neven if you do, I can&#8217;t help.<\/p>\n<p>## Config<\/p>\n<p>&#8220;`yaml<br \/>\nmixin:<br \/>\n  # Replace player login validation thread with virtual thread<br \/>\n  loginVT: true<br \/>\n  # Replace text filter thread with virtual thread<br \/>\n  textFilterVT: true<br \/>\n  # Replace download thread with virtual thread<br \/>\n  utilVT: true<br \/>\n  # Optimized VarLong implementation<br \/>\n  bestVarLong: true<br \/>\n  # Enable new encryption optimizations on the client side<br \/>\n  clientEncrypt: true<br \/>\n  # Optimized RconClient implementation<br \/>\n  rconClient: false<br \/>\n  # Skips sending movement packets if the entity hasn&#8217;t moved, and downgrades position+rotation packets to just rotation if the entity only turned<br \/>\n  serverEntityMoveOpt: false<br \/>\n  # Reduces object allocation and lock contention in the Connection class<br \/>\n  connectionMicroOpt: true<br \/>\n  # Reduces some potentially useless particle packets. This configuration only takes effect on the server side.<br \/>\n  particlePacketOpt: true<br \/>\n  # Optimizes entity tracking by reducing object allocation and using array-based broadcasting<br \/>\n  trackedEntityOpt: true<br \/>\nfix:<br \/>\n  issues128:<br \/>\n    # Fix Traffic Statistics<br \/>\n    enabled: false<br \/>\n    # Run bandwidth statistics on sync thread, which is closer to Vanilla behavior.<br \/>\n    sync: true<br \/>\nculling:<br \/>\n  # Smart entity culling on server side<br \/>\n  entity: true<br \/>\n  # Smart block\/block entity culling on server side<br \/>\n  block: true<br \/>\n  # Replaces completely hidden blocks in chunk packets with air to save bandwidth<br \/>\n  chunk_block: true<br \/>\n  # Treat light sections whose data array is fully zero as empty to skip 2KiB payload per section in ClientboundLevelChunkWithLightPacket \/ ClientboundLightUpdatePacket<br \/>\n  chunk_light: true<br \/>\ncompress:<br \/>\n  # The compression level for packets, between 1-9.<br \/>\n  compressionLevel: 4<br \/>\n  # Permit Oversized Packets<br \/>\n  permitOversizedPackets: false<br \/>\ngui:<br \/>\n  # Replace Minecraft style KReno UI with a newly designed OreUI<br \/>\n  oreui: false<br \/>\ncompatibility:<br \/>\n  allow-wide-var-int: false<br \/>\nnetty:<br \/>\n  # Change Netty&#8217;s default 16MiB memory allocation to 4MiB, as Minecraft has a 2MiB packet size limit.<br \/>\n  allocatorMaxOrder: 9<br \/>\n  # Enable Happy Eyeballs (RFC 8305) for client connections to race IPv6 and IPv4. May cause some servers (like Velocity) to temporarily refuse connections.<br \/>\n  happyEyeballs: false<br \/>\n&#8220;`<\/p>\n<p>### Use env instead of jvm args<\/p>\n<p>Some configuration items support using environment variables instead of jvm args.<\/p>\n<p>| JVM ARGS                      | Environment Variable |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| velocity.linux-recast-enabled | ENABLE_LINUX_RECAST  |<\/p>\n<p>&#8220;`shell<br \/>\njava -Dvelocity.natives-disable=false -Dvelocity.linux-recast-enabled=true -jar neoforge_launcher.jar<br \/>\n&#8220;`<\/p>\n<p>or<\/p>\n<p>&#8220;`shell<br \/>\nENABLE_LINUX_RECAST=true java -jar neoforge_launcher.jar<br \/>\n&#8220;`<\/p>\n<p>## Benchmark<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/Github-View-4caf50?style=flat-square\" alt=\"\"\/><\/p>\n<p>## Q&#038;A<\/p>\n<p>### 1<\/p>\n<p>**Q:** If I install this mod on the client but not on the server, will I be unable to join the server?<\/p>\n<p>**A:** I deliberately designed it to be &#8220;consistent&#8221; with Krypton Fabric, so you can connect (be connected to) even if<br \/>\nthe<br \/>\nother end doesn&#8217;t have this mod, unless the server administrator has installed an anti-cheat mod that detects the mod<br \/>\nlist, in which case you should contact them to request permission.<\/p>\n<p>&#8212;-<\/p>\n<p>### 2<\/p>\n<p>**Q:** Will it help me reduce ping latency?<\/p>\n<p>**A:** Krypton Reno&#8217;s optimizations can save some hardware performance, which should reduce high latency caused by CPU<br \/>\ncore<br \/>\npreemption. However, if your hardware resources are already very limited, or your network quality is truly poor, then<br \/>\nKrypton Reno can&#8217;t save you much. It can&#8217;t push the physical limits.<\/p>\n<p>&#8212;-<\/p>\n<p>### 3<\/p>\n<p>**Q:** Which mods is Krypton Reno compatible with?<\/p>\n<p>**A:** There are a lot! You basically only need to worry about whether they will conflict with each other, without<br \/>\nhaving to<br \/>\nworry about Krypton Reno.<\/p>\n<p>Incompatible Mods: Krypton Reforged, Ceres, Pluto, KryptonFoxified, Chionanthus, Krypton Fabric with Connector<\/p>\n<p>&#8212;-<\/p>\n<p>### 4<\/p>\n<p>**Q:** Will it cause some different behavior?<\/p>\n<p>**A:** This is unavoidable, I have tried to keep the implementation as aligned as possible, and in most cases you only<br \/>\nneed<br \/>\nto modify the configuration to continue using it.<\/p>\n<p>&#8212;-<\/p>\n<p>### 5<\/p>\n<p>**Q:** Can I use Krypton Reno in servers that mix Bukkit API with Forge\/NeoForge?<\/p>\n<p>**A:** No, absolutely not. The Bukkit API was simply not designed to support Mods, and I can&#8217;t guarantee that Krypton<br \/>\nFNP won&#8217;t break something there, or that they break Krypton FNP.<\/p>\n<p>&#8212;-<\/p>\n<p>### 6<\/p>\n<p>**Q:** I can&#8217;t seem to load the native library (Velocity Native or RecastLib), what should I do?<\/p>\n<p>**A:** Generally, this should be caused by missing dependent libraries on the machine.<\/p>\n<p>&#8211; For Windows: You should probably<br \/>\n  install MSVC 170<br \/>\n  and OpenSSL 3 Win32<br \/>\n&#8211; For Linux: You should have at least OpenSSL3 installed (most operating systems should come with it)<br \/>\n&#8211; For MacOS: You should do nothing, just make sure the system is up to date.<\/p>\n<p>These libraries should be compatible with x64 and arm64 architectures, so you don\u2019t need to worry about them.<\/p>\n<p>&#8212;-<\/p>\n<p>### 7<\/p>\n<p>**Q:** Is the fork of KryptonFNP\/Krypton Reno better than the original?<\/p>\n<p>**A:** Don&#8217;t ask me this question. There are already so-called &#8220;fork users&#8221; causing trouble in my Issues and insulting<br \/>\nmy mod as a &#8220;garbage mod&#8221;.<\/p>\n<p>&#8212;-<\/p>\n<p>### 8<\/p>\n<p>**Q:** I want to create a mod that competes with KryptonReno\/Krypton Fabric. Is that possible?<\/p>\n<p>**A:** I won&#8217;t stop you from doing this, but some authors might not like it. We haven&#8217;t stopped updating, yet you&#8217;re<br \/>\ncompeting with us using the same loader, the same codebase, and the same version, and you&#8217;ve removed us from the author<br \/>\nlist\u2014that&#8217;s not good.<\/p>\n<p>&#8212;-<\/p>\n<p>## Credit<\/p>\n<p>&#8211; Krypton Fabric<br \/>\n&#8211; Velocity<br \/>\n&#8211; VelocityNT Recast<br \/>\n&#8211; Paper<br \/>\n&#8211; RecastSSL<br \/>\n&#8211; RecastXZ<br \/>\n&#8211; SpringLotus<\/p>\n<p>## For Modpack<\/p>\n<p>If you comply with the license, you can use it freely for Modpack.<\/p>\n<p>Modpacks that redistribute Minecraft game body (i.e. packages that package the entire Minecraft game including Mod<br \/>\nfiles, Config, ShaderPacks, ResourcePacks, Library and launcher into a whole zip file) are not allowed to use this mod.<\/p>\n<p>## License<\/p>\n<p>> This work has a restrictive license in addition to the original license to prevent some unexpected behavior,<br \/>\n> see 404Setup Public License<\/p>\n<p>&#8211; **Krypton Reno:** 2025-2026. Licensed &#8220;as is&#8221;. Provided by 404Setup under LGPL-3.0 Only.<br \/>\n&#8211; **RecastLib RecastXZ:** 2025-2026 404Setup. All rights reserved. Source code is licensed under a MPL-2.0 License.<br \/>\n&#8211; **RecastLib RecastSSL:** 2025-2026 404Setup. All rights reserved. Source code is licensed under a BSD-3-Clause<br \/>\n  License.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Provides powerful network optimization capabilities for all mainstream systems.<\/p>\n","protected":false},"featured_media":91148,"template":"","meta":{"_minecraft_slug":"krypton-fnp","_minecraft_project_id":"JkxWVYwU","_minecraft_author":"4x","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":2418695,"_minecraft_follows":80,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"krypton-fnp.zip","_minecraft_size_bytes":109818541,"_minecraft_version_count":93,"_minecraft_updated_at":"2026-05-16T08:28:29.017568Z","_minecraft_date_created":"2025-05-22T04:04:20.073934Z","_minecraft_date_modified":"2026-05-02T07:07:54.748782Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/krypton-fnp","_minecraft_icon_attachment_id":91148,"_minecraft_imported_at":"2026-06-05T04:55:35+00:00","_minecraft_import_hash":"24e702bfe468ff7c66300ad32bfed6ff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,126,158,90,92],"mod_loader":[106,160],"minecraft_version":[53,56,57,58,36,60,93,94,102,62,37,40,41,73,38,78,79,80,81,82,83,816,167,163],"class_list":["post-91147","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-management","mod_category-neoforge","mod_category-optimization","mod_category-utility","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-18-2","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-4","minecraft_version-1-21-5","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-snapshot-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>Krypton Reno - 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\/krypton-fnp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Krypton Reno - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Provides powerful network optimization capabilities for all mainstream systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/JkxWVYwU\/62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp\" \/>\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\\\/krypton-fnp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/\",\"name\":\"Krypton Reno - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp\",\"datePublished\":\"2026-06-05T04:55:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/krypton-fnp\\\/#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\":\"Krypton Reno\"}]},{\"@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":"Krypton Reno - 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\/krypton-fnp\/","og_locale":"en_US","og_type":"article","og_title":"Krypton Reno - Minecraft","og_description":"Provides powerful network optimization capabilities for all mainstream systems.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/JkxWVYwU\/62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp","type":"","width":"","height":""}],"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\/krypton-fnp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/","name":"Krypton Reno - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp","datePublished":"2026-06-05T04:55:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/krypton-fnp-icon-62f7dda76bbadad7433688ca1d0a8270c275416e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/krypton-fnp\/#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":"Krypton Reno"}]},{"@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\/91147","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\/91148"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=91147"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=91147"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=91147"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=91147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}