Skip to content

Architectury Loom 1.0

Compare
Choose a tag to compare
@Juuxel Juuxel released this 30 Oct 14:52
· 19 commits to dev/1.0 since this release

Architectury Loom 1.0

🎆 New features 🎆

  • genForgePatchedSources for generating Minecraft sources using Forge's toolchain
    • Includes Forge's own comments in the code!
    • Note: does not include any javadoc from mappings yet
  • Loom's MCPConfig executor no longer executes unnecessary steps

🚫 Removed features 🚫

One focus of 1.0 was to simplify Loom's API and remove duplicate
features that were handled by multiple APIs.

  • ForgeLocalMod and loom.forge.localMods in favour of using loom.mods, which also works on Fabric
  • LaunchProviderSettings and loom.launches in favour of using run configs

🐞 Bug fixes 🐞

  • Fixed Forge's own sources being replaced by decompiled ones
  • Fixed decompiled game sources on Forge not having javadoc or parameters
  • @Overwrite mixins from dependencies not working on Forge (also automatically included in other Loom versions)
  • Fixed Tiny v1 mappings crashing on Fabric

Also includes everything from Fabric Loom 1.0, go check out their changelog!