aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-11-21 12:00:00 +0100
committerGitHub <noreply@github.com>2021-11-21 12:00:00 +0100
commit81f0b4801dfb0bd2d2a863e7a60f27af0daba463 (patch)
tree5b7717983e0f53f94c1c67cb6d2186f452bb7e69 /build.gradle
parent9dbb981b74002c01e9c38cb2716f918597ccf9ea (diff)
parent913379a51c0f808ca0e38f38b66af43f2b8ebb0c (diff)
downloadGT5-Unofficial-81f0b4801dfb0bd2d2a863e7a60f27af0daba463.tar.gz
GT5-Unofficial-81f0b4801dfb0bd2d2a863e7a60f27af0daba463.tar.bz2
GT5-Unofficial-81f0b4801dfb0bd2d2a863e7a60f27af0daba463.zip
Merge pull request #747 from GTNewHorizons/patch-uo
Ensure UO is generated in a consistent way instead of depending on positions of stars and stuff
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 5f4aad8103..4505a0218d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ buildscript {
}
}
dependencies {
- classpath 'com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT'
+ classpath 'com.github.GTNewHorizons:ForgeGradle:stable-2021-11-20'
}
}
@@ -111,7 +111,6 @@ dependencies {
compileOnly 'commons-io:commons-io:2.4'
compileOnly 'com.google.auto.value:auto-value-annotations:1.8.2'
annotationProcessor 'com.google.auto.value:auto-value:1.8.2'
- compileOnly "eu.usrv:YAMCore:${config.minecraft.version}-${config.yamcore.version}:deobf"
compileOnly "tconstruct:TConstruct:${config.minecraft.version}-${config.tconstruct.version}:deobf"
compileOnly "codechicken:Translocator:${config.minecraft.version}-${config.translocators.version}:dev"
compileOnly "net.sengir.forestry:forestry_${config.minecraft.version}:${config.forestry.version}:dev"