Skip to content

Commit 40889d1

Browse files
small tweak tot he build gradle
1 parent 06119f7 commit 40889d1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ base {
1111
}
1212

1313
repositories {
14+
mavenCentral()
15+
maven {
16+
name = "Fabric"
17+
url = "https://maven.fabricmc.net/"
18+
}
1419
maven {
1520
name = "TerraformersMC"
1621
url = "https://maven.terraformersmc.com/"
@@ -24,14 +29,10 @@ fabricApi {
2429
}
2530

2631
dependencies {
27-
// To change the versions see the gradle.properties file
28-
minecraft "com.mojang:minecraft:${project.minecraft_version}"
29-
//mappings loom.officialMojangMappings()
30-
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
31-
32-
// Fabric API. This is technically optional, but you probably want it anyway.
33-
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
34-
implementation("com.terraformersmc:modmenu:${project.modmenu_version}")
32+
minecraft "com.mojang:minecraft:${project.minecraft_version}"
33+
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
34+
implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
35+
implementation "com.terraformersmc:modmenu:${project.modmenu_version}"
3536
}
3637

3738
processResources {

0 commit comments

Comments
 (0)