File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ base {
1111}
1212
1313repositories {
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
2631dependencies {
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
3738processResources {
You can’t perform that action at this time.
0 commit comments