Skip to content

Commit

Permalink
Use CurseForge maven, in order to get Hwyla - so we can actually buil…
Browse files Browse the repository at this point in the history
…d a version
  • Loading branch information
GirafiStudios committed Sep 15, 2022
1 parent e07a854 commit e29d7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -26,7 +26,7 @@ repositories {
}
maven {
name = "Hwyla"
url = "https://maven.tehnut.info"
url = "https://cursemaven.com"
}
maven {
name = "CraftTweaker2"
Expand Down Expand Up @@ -91,10 +91,10 @@ minecraft {

dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
implementation fg.deobf("mcp.mobius.waila:Hwyla:${hwyla_version}")
implementation fg.deobf("curse.maven:hwyla-253449:3033593")
implementation fg.deobf("com.blamejared.crafttweaker:CraftTweaker-${minecraft_version}:${ct_version}")
implementation "mcjty.theoneprobe:TheOneProbe-1.16:${top_version}:api"
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:${minecraft_version}-${curios_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@ mappings=20201028-1.16.3
mod_version=2.2.12
jei_version=7.6.4.90
hwyla_version=1.10.11-B78_1.16.2
ct_version=7.1.0.281
ct_version=7.1.2.512
top_version=1.16-3.0.6-8
curios_version=4.0.5.1

Expand Down

0 comments on commit e29d7a3

Please sign in to comment.