Skip to content

Commit

Permalink
Changed hwyla maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
DisasterMoo committed Jul 31, 2020
1 parent 13e2ea7 commit 7d64ed9
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath "com.wynprice.cursemaven:CurseMaven:2.1.0"
}
}
plugins {
id 'java'
id 'idea'
}
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'com.wynprice.cursemaven'

if (System.getenv('VERSION') != null) {
version = System.getenv('VERSION')
Expand Down Expand Up @@ -38,10 +44,6 @@ repositories {
maven {
name = "CraftTweaker Maven"
url = "https://maven.blamejared.com/"
}
maven {
name = "Hwyla maven"
url "http://tehnut.info/maven"
}
maven { // TOP
name 'tterrag maven'
Expand All @@ -63,12 +65,16 @@ repositories {
maven {
url "https://minecraft.curseforge.com/api/maven"
}
maven {
name = "CurseForge"
url = "https://minecraft.curseforge.com/api/maven/"
}
}

dependencies {
deobfProvided "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.11.505"
deobfProvided "mezz.jei:jei_1.12.2:4.15.0.291"
compileOnly "mcp.mobius.waila:Hwyla:1.8.26-B41_1.12.2"
deobfProvided "curse.maven:hwyla:2568751"
deobfProvided "mcjty.theoneprobe:TheOneProbe-1.12:1.12-1.4.12-6"
compileOnly "gregtechce:gregtech:1.12.2:1.8.5.436"
compileOnly 'net.industrial-craft:industrialcraft-2:2.8.170-ex112:api'
Expand Down

0 comments on commit 7d64ed9

Please sign in to comment.