promotional bannermobile promotional banner

Kilt

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

File Details

Kilt v20.1.9 (MC 1.20.1)

  • B
  • Sep 19, 2025
  • 26.39 MB
  • 1.2K
  • 1.20.1
  • Fabric

File Name

Kilt-20.1.9.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changes

  • Minor memory usage improvement by not retaining Forge class info
  • Remap descriptors in coremods, fixes some crashes there
  • Implement more native mod ID hackery to fix some Fabric-Forge mod incompatiblities
  • Implement support for MixinConnector (because apparently that's a thing)
  • Implemented remapping support for mixins that aren't in the root path and aren't defined in manifest
  • Make BlockLightEngineInject use WrapOperation, improving mod compatibility

Fixes

  • Fixed weird locals crash with our NightConfigFixes reimplementation
  • Fixed disconnect bug with MemoryLeakFix
  • Fixed "cannot suppress a null exception" error
  • Fixed Vanilla/Fabric dimension capability crashes
  • Fixed ServerPlayerInject in production environments

Forge Mod Fixes

  • Fix locals crash with Forge mixins into AbstractFurnaceBlockEntity