aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2023-08-29 01:46:40 +0200
committerGitHub <noreply@github.com>2023-08-29 01:46:40 +0200
commitd1f7d54620be77d4e9c413978a6c9497401fc9c2 (patch)
treec9b2e08b09988106c7023c8abaf6c5026abb064a /build.gradle
parent8aa519a116879298195bfe4206451ee24c855d2a (diff)
downloadGT5-Unofficial-d1f7d54620be77d4e9c413978a6c9497401fc9c2.tar.gz
GT5-Unofficial-d1f7d54620be77d4e9c413978a6c9497401fc9c2.tar.bz2
GT5-Unofficial-d1f7d54620be77d4e9c413978a6c9497401fc9c2.zip
Fix massive lags when EEC is running at high voltage (#94)
* Don't split stacks when using ME bus * Update build.gradle * Update dependencies.gradle * Update KubaTechGTMultiBlockBase.java * Update KubaTechGTMultiBlockBase.java
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index c5af340745..b894d64772 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-//version: 1691351470
+//version: 1692122114
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
@@ -562,9 +562,6 @@ repositories {
maven {
name 'Overmind forge repo mirror'
url 'https://gregtech.overminddl1.com/'
- mavenContent {
- excludeGroup("net.minecraftforge") // missing the `universal` artefact
- }
}
maven {
name = "GTNH Maven"