promotional bannermobile promotional banner

Kilt

Allows the loading of (Neo)Forge mods in the Fabric ecosystem. Very experimental.

File Details

Kilt v20.1.13 (MC 1.20.1)

  • B
  • Jan 25, 2026
  • 25.44 MB
  • 11.0K
  • 1.20.1
  • Fabric

File Name

Kilt-20.1.13.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:kilt-1295823:7523896"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes / Fixes

  • Remove Kilt's block on certain unauthorized mod ports
    • This didn't really make sense for us to do, we still don't really support them but they can exist alongside Kilt.
  • Run Forge construct event a bit later
  • Added deprecated IMCMessage getters (#582)
  • Added some Registrate Refabricated compatibility mixins (#578)
  • Bump Fabric API version requirement to 0.92.7+1.20.1
  • Remove bundled Feature Recycler, Fabric API now helps with handling that and Kilt now also has a mixin to try to prevent it from happening.
  • Fully remove dependency on Forge Config API Port, we now bundle the Forge Config API ourselves.
    • There are still compatibility hooks to allow mods depending on Forge Config API Port to work correctly.
    • Fixes Forge mod configs constantly resetting and not saving correctly.
  • Fixed "transaction is null" crash between fluid item types. (fixes #590)
  • Fixed Striders dying in lava with Valkyrien Skies installed (thanks @Acuadragon100!) (#615)
  • Try to fix Forge mods not being shown in crash reports in production environments
  • Completely remove Forge's improved NBT accounter patch (fixes #622)
  • Update internal Kotlin for Forge version to 4.12.0
  • Disable Forge's automatic tooltip wrapping (fixes #598 and #411)
  • Fixed items not sliding on ice (fixes #603)
    • That was an AWFUL bug, it's been broken for roughly 8-9 months, how had no one reported it until then?
  • Fixed Vanilla options (GUI scale, etc.) resetting automatically (thanks @hammy275 for identifying the issue!) (fixes #502)

Forge Mod Fixes

  • Fix EnderIO not loading (fixed by running Forge construct event later)
  • Fixed RFTools Utility (thanks @Acuadragon100!) (#582)
  • Partially fixed GTCEu-Modern (not 100% yet)
  • Fixed Tropicraft compatibility (thanks @Acuadragon100!) (#578)
  • Fixed Kotlin for Forge automatic event bus crashes

Full Changelog: https://github.com/KiltMC/Kilt/compare/v20.1.12...v20.1.13