We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0125535 commit 34a00d8Copy full SHA for 34a00d8
scripts/src/lib/template/templates/gradle/groovy/build.gradle.eta
@@ -41,7 +41,7 @@ fabricApi {
41
<% } %>
42
dependencies {
43
// To change the versions see the gradle.properties file
44
- minecraft "com.mojang:minecraft:${project.minecraft_version}"
+ minecraft "net.minecraft:minecraft:${project.minecraft_version}"
45
mappings <% if (it.mojmap) { %>loom.officialMojangMappings()<% } else { %>"net.fabricmc:yarn:${project.yarn_mappings}:v2"<% } %>
46
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
47
0 commit comments