Skip to content

Commit 34a00d8

Browse files
committed
Use a better group for the mc dep
1 parent 0125535 commit 34a00d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/src/lib/template/templates/gradle/groovy/build.gradle.eta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fabricApi {
4141
<% } %>
4242
dependencies {
4343
// To change the versions see the gradle.properties file
44-
minecraft "com.mojang:minecraft:${project.minecraft_version}"
44+
minecraft "net.minecraft:minecraft:${project.minecraft_version}"
4545
mappings <% if (it.mojmap) { %>loom.officialMojangMappings()<% } else { %>"net.fabricmc:yarn:${project.yarn_mappings}:v2"<% } %>
4646
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
4747

0 commit comments

Comments
 (0)