{"id":82888,"date":"2026-06-04T21:04:00","date_gmt":"2026-06-04T18:04:00","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/"},"modified":"2026-06-04T21:04:00","modified_gmt":"2026-06-04T18:04:00","slug":"hybridfix","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/","title":{"rendered":"HybridFix"},"content":{"rendered":"<p># HybridFix (\u6df7\u5408\u4fee\u590d)<\/p>\n<p>Provide a bunch of bugfixes, optimizations and utilities for Forge+Bukkit server and client environments.<\/p>\n<p>## Fixed issues<\/p>\n<p>### Forge-Bukkit<\/p>\n<p>&#8211; Bukkit plugins cannot handle some mod explosions(e.g., Tinkers&#8217; Construct EFLN)<br \/>\n&#8211; Bridge some Forge events to Bukkit<\/p>\n<p>### Forge<\/p>\n<p>&#8211; (Universal) Fix Forge JarDiscoverer attempting to read `module-info.class` and other multi-release classes.<br \/>\n&#8211; (Server) Fix `Outdated server` showing in ping before server fully boots.<\/p>\n<p>### Mods<\/p>\n<p>#### Common<\/p>\n<p>&#8211; Replace brittle asm transformer patches of Quark with mixins<br \/>\n&#8211; Fix Swet AI control of Aether Legacy<\/p>\n<p>#### Client<\/p>\n<p>&#8211; Replace expensive reflection usages in Industrial Craft 2 with direct calls<\/p>\n<p>#### Server<\/p>\n<p>&#8211; Simple Difficulty, ToughAsNails(And any other similar mods) thirst is not getting reset on player respawn(Luohuayu\/CatServer#536)(MohistMC\/Mohist#2905)<br \/>\n&#8211; Ring dupe bug in The Betweenlands mod(Luohuayu\/CatServer#204)<br \/>\n&#8211; Simulate vanilla player respawn, most dupe bugs on player death should be fixed<br \/>\n&#8211; Fix Twilight Forest saplings can bypass the anti-grief plugin protection bug<br \/>\n&#8211; Fix Twilight Forest entities(e.g. Naga) can break blocks in protected areas<br \/>\n&#8211; Fix Twilight Forest Chain with Block can break blocks in protected areas<br \/>\n&#8211; Fix Thaumcraft 6 taint can spread into protected areas<br \/>\n&#8211; Fix Thaumcraft 6 flux rift can break blocks in protected areas<br \/>\n&#8211; Fix trait effects in Tinkers&#8217; Construct can bypass damage protection<br \/>\n&#8211; Fix So Many Enchantments can disarm players in protected areas<br \/>\n&#8211; Fix Botania Ring of Loki can bypass grief protection<br \/>\n&#8211; Fix Botania MineLens can bypass grief protection<br \/>\n&#8211; Fix Botania Rannuncarpus can bypass grief protection<br \/>\n&#8211; Fix Industrial Craft 2 miners can break blocks in protected areas<br \/>\n&#8211; Fix Industrial Craft 2 explosives can break blocks in protected areas<br \/>\n&#8211; Fix Draconic Evolution ChaosCrystal can break blocks in protected areas<br \/>\n&#8211; Fix TechReborn(RebornCore) explosions can break blocks in protected areas<br \/>\n&#8211; Offer events to Applied Energistics 2 Spatial Pylon to prevent some unpermitted griefing<br \/>\n&#8211; Fix TechGuns explosion can break blocks in protected areas<br \/>\n&#8211; Add entity blacklist\/whitelist to Applied Energistics 2 Spatial Pylon<br \/>\n&#8211; Fix webs of InfernalMobs can spawn in protected areas<br \/>\n&#8211; Fix EpicSiegeMod mob AIs can grief in protected areas<br \/>\n&#8211; Disable recipe of Blackhole Controller (Deprecated) in Industrial Foregoing<br \/>\n&#8211; Fix Witchery spells can bypass damage protection<br \/>\n&#8211; Auto modify Actually Additions&#8217; config to make it fit the server environment<br \/>\n&#8211; Prevent Mekanism Digital Miner from mining tile entities<\/p>\n<p>## Features<\/p>\n<p>&#8211; Auto overrides Mohist&#8217;s crappy built-in explosion handling with our own method.<br \/>\n&#8211; Bridge Forge permission processing to Bukkit.<br \/>\n&#8211; Skip firing event if no listeners registered.<br \/>\n&#8211; Disable Timings for lower performance overhead.<br \/>\n&#8211; Compatibility first, shouldn&#8217;t break any mods\/plugins.<br \/>\n&#8211; Built Bukkit plugin into the mod, offers utilities to server owners.<br \/>\n&#8211; Enhance compatibility with mod FakePlayers.<br \/>\n&#8211; Offer more or less useful apis for plugin developers to interact with Forge mods easily.<br \/>\n&#8211; Extensive APIs for mod developers to maintain compatibility with hybrid servers easily.<br \/>\n&#8211; General CraftBukkit performance improvements.<br \/>\n&#8211; Auto deobfuscate plugin stacktraces when Censored ASM is installed for easier debugging.<br \/>\n&#8211; **Cross ClassLoader access, make Forge mods can easily interact with Bukkit plugins. (Details)**<br \/>\n&#8211; Bukkit APIs backported from modern version.<br \/>\n&#8211; **Builtin plugin ASM patcher, compatible with your favourite plugins.**<br \/>\n&#8211; **Bukkit plugin mixin support, allows you to inject code into plugins via mods.** *(Experimental)* (Docs)<br \/>\n&#8211; Extend Forge&#8217;s error recovery system (`removeErroringEntities` and `removeErroringTileEntities`), notify server operators when errors occurred.<br \/>\n&#8211; Guard player ticking process, kick player instead of directly crash.<br \/>\n&#8211; Fix Forge bugs that affect server play experience.<br \/>\n&#8211; (Universal) Optimize entity AI for faster nearest target lookup.<\/p>\n<p>Configuration file is under `${minecraftDir}\/config\/hybridfix.cfg`<\/p>\n<p>## How To (Server Admins)<\/p>\n<p>Download HybridFix and its dependencies(MixinBooter and ConfigAnyTime) from CurseForge, drop HybridFix into `${minecraftDir}\/mods` folder.<\/p>\n<p>HybridFix can be also installed on the client, some client-side fixes and optimizations will apply.<\/p>\n<p>## How To (Developers)<\/p>\n<p>If you are developing mods, you can import HybridFix from curse maven:<\/p>\n<p>Gradle(Groovy DSL):<\/p>\n<p>&#8220;`groovy<br \/>\nimplementation fg.deobf(&#8220;curse.maven:hybridfix-1166614:{latest_artifact_id}&#8221;)<br \/>\n&#8220;`<\/p>\n<p>If you are developing plugins, you can import HybridFix jar directly:<\/p>\n<p>Maven:<\/p>\n<p>&#8220;`xml<br \/>\n<dependency><br \/>\n    <groupId>io.wdsj<\/groupId><br \/>\n    <artifactId>hybridfix<\/artifactId><br \/>\n    <version>{latest_version}<\/version><br \/>\n    <scope>system<\/scope><br \/>\n    <systemPath>PATH-TO-JAR<\/systemPath><br \/>\n<\/dependency><br \/>\n&#8220;`<\/p>\n<p>Gradle(Groovy DSL):<\/p>\n<p>&#8220;`groovy<br \/>\ncompileOnly files(&#8220;PATH-TO-JAR&#8221;)<br \/>\n&#8220;`<\/p>\n<p>APIs are located at `io.wdsj.hybridfix.api` and `io.wdsj.hybridfix.duck.api` package.<\/p>\n<p>## Plugin Hooks<br \/>\nThanks to HybridFix internal plugin, we can hook into plugins from Forge side to provide more fixes.<\/p>\n<p>Currently patched plugins:<br \/>\n&#8211; Residence(SpigotMC)(GitHub)<br \/>\n&#8211; WorldGuard(BukkitDev)(GitHub)<br \/>\n&#8211; Citizens(GitHub)<\/p>\n<p>## Plugin ASM patcher<br \/>\nHybridFix uses ASM to inject into plugin classes dynamically at runtime<br \/>\nto resolve plugin compatibility problems with Forge+Bukkit environment.<\/p>\n<p>Currently supported plugins:<br \/>\n&#8211; Residence: Fixes compatibility with Residence 6.0.0.0+.<br \/>\n&#8211; Universal: Redirects InventoryView INVOKEINTERFACE call to INVOKEVIRTUAL.<\/p>\n<p>## About FakePlayers<\/p>\n<p>HybridFix utilizes Forge FakePlayer to fix some grief bugs, the naming logic is `[modid-ClassName]`.<\/p>\n<p>For example, the botania rannuncarpus patch is using the fake player with name `[botania-SubTileRannuncarpus]`.<\/p>\n<p>You can add these names into whitelist\/blacklist of your plugins to customize behavior.<\/p>\n<p>## Commands<\/p>\n<p>&#8211; `\/hybridfix dumpitem` &#8211; Show details of the item holding in the hand.<br \/>\n&#8211; `\/hybridfix dumpentity` &#8211; Show details of the entity targeted.<br \/>\n&#8211; `\/hybridfix dumpblock` &#8211; Show details of the block targeted.<br \/>\n&#8211; `\/hybridfix version` &#8211; Show version info.<br \/>\n&#8211; `\/hybridfix eraseentity` &#8211; Forcibly remove targeted entity.<br \/>\n&#8211; `\/mods` &#8211; Like `\/plugins`, show all loaded mods.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `hybridfix.command.use` &#8211; Allow to access `\/hybridfix` command.<br \/>\n&#8211; `hybridfix.command.eraseentity.use` &#8211; Allow to access `\/hybridfix eraseentity` command.<br \/>\n&#8211; `hybridfix.command.mods.use` &#8211; Allow to access `\/mods` command.<\/p>\n<p>**Note**: Commands and permissions are registered on Bukkit side, that means you can manage permissions with Bukkit permission plugins like LuckPerms.<\/p>\n<p>## License<\/p>\n<p>This mod is licensed under LGPL-2.1.<\/p>\n<p>Backported Bukkit classes are licensed under GPL-3.0.<\/p>\n<p>Unless explicitly specified in the code, other parts are under LGPL-2.1.<\/p>\n<p>The stripped MCP remapped CraftBukkit JAR in the repository is for development use only and not included in releases.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Provide bugfixes, optimizations and a set of utilities for Forge+Bukkit server environment.<\/p>\n","protected":false},"featured_media":82889,"template":"","meta":{"_minecraft_slug":"hybridfix","_minecraft_project_id":"4VGtQhPO","_minecraft_author":"Undefined_0721","_minecraft_license":"LGPL-2.1-only","_minecraft_downloads":2310,"_minecraft_follows":3,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hybridfix.zip","_minecraft_size_bytes":5405963,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-15T21:27:20.129261Z","_minecraft_date_created":"2025-01-03T05:05:32.250940Z","_minecraft_date_modified":"2026-02-20T06:24:53.543745Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hybridfix","_minecraft_icon_attachment_id":82889,"_minecraft_imported_at":"2026-06-04T18:04:01+00:00","_minecraft_import_hash":"8716f98f9d6f845b1e68a9481ce57227","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,126,90,92],"mod_loader":[106],"minecraft_version":[385],"class_list":["post-82888","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-management","mod_category-optimization","mod_category-utility","mod_loader-forge","minecraft_version-1-12-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HybridFix - 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\/hybridfix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HybridFix - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Provide bugfixes, optimizations and a set of utilities for Forge+Bukkit server environment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/\" \/>\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=\"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\\\/hybridfix\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/\",\"name\":\"HybridFix - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp\",\"datePublished\":\"2026-06-04T18:04:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hybridfix\\\/#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\":\"HybridFix\"}]},{\"@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":"HybridFix - 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\/hybridfix\/","og_locale":"en_US","og_type":"article","og_title":"HybridFix - Minecraft","og_description":"Provide bugfixes, optimizations and a set of utilities for Forge+Bukkit server environment.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/","og_site_name":"Minecraft","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\/hybridfix\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/","name":"HybridFix - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp","datePublished":"2026-06-04T18:04:00+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hybridfix-icon-99f3fe132fba37f357a328ebc5223369ed4b8b3e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hybridfix\/#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":"HybridFix"}]},{"@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\/82888","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\/82889"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=82888"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=82888"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=82888"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=82888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}