mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
* Remove LaunchProviderSettings Closes #99. - Added new RunConfigSettings.forgeTemplate API - Removed LaunchProviderSettings and loom.launches - Removed most evaluateLater usages, only used for configuring the RunConfigSettings since Forge runs aren't resolved yet when they're created - Didn't migrate Forge userdev stuff to runs, most of it still injects directly into DLI * Fix Fabric * Fix 1.14 - 1.16.5 Forge, add test for ForgeRunTemplate for those versions * Move ConfigValue out of mcpconfig, clean up * Add test for config values * Stop replacing user config values with ours