Architectury Loom 1.0
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
andloom.forge.localMods
in favour of usingloom.mods
, which also works on FabricLaunchProviderSettings
andloom.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!