mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-01 21:17:46 -05:00
Deprecate using minecraft as the gradle extension name in place of loom. Both will work for now.
This commit is contained in:
@@ -97,6 +97,7 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
project.apply(ImmutableMap.of("plugin", "idea"));
|
||||
|
||||
project.getExtensions().create("minecraft", LoomGradleExtension.class, project);
|
||||
project.getExtensions().add("loom", project.getExtensions().getByName("minecraft"));
|
||||
project.getExtensions().create("fabricApi", FabricApiExtension.class, project);
|
||||
|
||||
// Force add Mojang repository
|
||||
|
||||
Reference in New Issue
Block a user