mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix logged deprecation warning for internal forge.localMods usage
This commit is contained in:
@@ -65,7 +65,7 @@ public class ForgeExtensionImpl implements ForgeExtensionAPI {
|
||||
baseName -> new ForgeLocalMod(project, baseName, new ArrayList<>()));
|
||||
|
||||
// Create default mod from main source set
|
||||
localMods(mod -> mod.create("main").add("main"));
|
||||
localMods.create("main").add("main");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user