aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorRaitGamerGR <70205464+RaitGamerGR@users.noreply.github.com>2023-03-17 20:31:18 +0300
committerGitHub <noreply@github.com>2023-03-17 18:31:18 +0100
commit6e8b6a853ec50f82cde66be9a212d4649ceafde9 (patch)
tree6f41476c6e78580ae4c4db2719670d58a81fedb3 /build.gradle
parent8aabd943aba44117f0e04ac8f951345eb488bced (diff)
downloadGT5-Unofficial-6e8b6a853ec50f82cde66be9a212d4649ceafde9.tar.gz
GT5-Unofficial-6e8b6a853ec50f82cde66be9a212d4649ceafde9.tar.bz2
GT5-Unofficial-6e8b6a853ec50f82cde66be9a212d4649ceafde9.zip
Changed Basic and added Advanced UUMatter recipes (#571)
* Changed Basic and added Advanced UUMatter recipes Changed Matter Fabrication CPU recipes for high tiers. This needed for avoiding Fabrication CPU spam and decrease lags. * bs+sa --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 927ed20fdb..7b1f6c4507 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1678003329
+//version: 1679040806
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
@@ -695,13 +695,13 @@ ext.java17PatchDependenciesCfg = configurations.create("java17PatchDependencies"
}
dependencies {
- def lwjgl3ifyVersion = '1.1.35'
+ def lwjgl3ifyVersion = '1.2.2'
def asmVersion = '9.4'
if (modId != 'lwjgl3ify') {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
- java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.0.40')
+ java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.1.0')
}
java17PatchDependencies('net.minecraft:launchwrapper:1.15') {transitive = false}
@@ -1204,7 +1204,7 @@ def addCurseForgeRelation(String type, String name) {
// Updating
-def buildscriptGradleVersion = "8.0.1"
+def buildscriptGradleVersion = "8.0.2"
tasks.named('wrapper', Wrapper).configure {
gradleVersion = buildscriptGradleVersion