Skip to content

Loom 1.11

Latest

Choose a tag to compare

@modmuss50 modmuss50 released this 22 Jul 17:51
· 4 commits to dev/1.11 since this release
c7accc6
  • Supports Gradle 8.14 and 9.0.
  • Requires Java 21, mods can still be compiled for Java 8 and all Minecraft versions.
  • Add built-in support for RenderDoc using two new tasks startRenderDocUI & runClientRenderDoc (Windows & Linux only).
  • Verify the Minecraft jar signature after downloading.
  • Support run configs in folders with the new ideConfigFolder property.
  • Resolve libraries for all platforms when using Gradle's --write-verification-metadata option. See #1286 for details.
  • Add option to inline refmaps from dependencies before remapping.
    • This allows you to see the dependencies Mixin annotations in your own mappings.
  • Add option to skip mappings non root methods when using Mojang mappings. See #1258 for details.
  • Unpick V3 support
  • Unpick remapping
  • Add support for specifying custom mappings in remap sources/jar tasks, with the new customMappings property.
  • Fix being unable to depend on specific -SNAPSHOT versions of mod dependencies.
  • Many other smaller fixes / improvements