aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-11-13 22:26:49 +0100
committerGitHub <noreply@github.com>2022-11-13 22:26:49 +0100
commit8127d1ecb3664aed1ddf320953f33f1c5b9c62e3 (patch)
treeca75e02bcf8d317d0fa0e88bd3436d4cdde0966e /build.gradle
parent62ba05e40fc746e733235e62dc5075e4cc5194ec (diff)
downloadGT5-Unofficial-8127d1ecb3664aed1ddf320953f33f1c5b9c62e3.tar.gz
GT5-Unofficial-8127d1ecb3664aed1ddf320953f33f1c5b9c62e3.tar.bz2
GT5-Unofficial-8127d1ecb3664aed1ddf320953f33f1c5b9c62e3.zip
Gas turbine singleblock (#1511)
* Added EV and IV single Block Gas Turbine * BS+SA * derp (cherry picked from commit c8ebc2f5a8decb8e28c76e9ceb2eca0e04618c22) * add pollution level (cherry picked from commit ffcddc7547fa9f8f3d3235b596ead812291ff4cb) * Set efficiency * Texture Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 030dc18539..0953aeed5c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
-//version: 1666118075
+//version: 1668274302
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
- Please check https://github.com/GTNewHorizons/ExampleMod1.7.10/blob/main/build.gradle for updates.
+ Please check https://github.com/GTNewHorizons/ExampleMod1.7.10/blob/master/build.gradle for updates.
*/
@@ -341,7 +341,7 @@ dependencies {
annotationProcessor('org.spongepowered:mixin:0.8.5-GTNH:processor')
}
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
- compile('com.gtnewhorizon:gtnhmixins:2.0.1')
+ compile('com.gtnewhorizon:gtnhmixins:2.0.2')
}
}