Skip to content

Commit

Permalink
Move to maven for create
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Sep 14, 2021
1 parent ba60cc2 commit c944d10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Expand Up @@ -97,12 +97,15 @@ repositories {
maven {
url "https://dvs1.progwml6.com/files/maven"
}
maven {
url "https://maven.tterrag.com"
}
}

dependencies {
minecraft 'net.minecraftforge:forge:1.16.5-36.2.0'
implementation fg.deobf("curse.maven:create-328085:3406857")
implementation fg.deobf("curse.maven:flywheel-486392:3406855")
implementation fg.deobf("com.jozufozu.flywheel:Flywheel:1.16-0.2.3.49")
implementation fg.deobf("com.simibubi.create:Create:mc1.16.5_v0.3.2e+435")
compile fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.16.5:7.1.0.346")
compile fg.deobf("mezz.jei:jei-1.16.4:7.6.1.65")
}
Expand Down

0 comments on commit c944d10

Please sign in to comment.