Skip to content

Commit

Permalink
Commented out modmaven
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jan 9, 2023
1 parent 0507fb6 commit a4997de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ repositories {
maven {
url = "https://www.cursemaven.com"
}
maven { url 'https://modmaven.dev/' }
//maven { url 'https://modmaven.dev/' }
}

dependencies {
Expand All @@ -106,7 +106,7 @@ dependencies {
//runtimeOnly fg.deobf("curse.maven:refined-pipes-370696:3816785")
annotationProcessor "org.spongepowered:mixin:0.8.5:processor"

runtimeOnly fg.deobf("mekanism:Mekanism:${mc_version}-${mekanism_version}")// core
//runtimeOnly fg.deobf("mekanism:Mekanism:${mc_version}-${mekanism_version}")// core
}

// Example for how to get properties into the manifest for reading at runtime.
Expand Down

0 comments on commit a4997de

Please sign in to comment.