aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2023-12-04 13:04:47 +0100
committerGitHub <noreply@github.com>2023-12-04 13:04:47 +0100
commit2ee2ff6d97e81340e3209ec46e675ec412112867 (patch)
tree5e1a6ae3385c701438e573dae60fd750cf68b27a /dependencies.gradle
parent1ef020a8291957fdd470c76165d279398329e322 (diff)
downloadGT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.tar.gz
GT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.tar.bz2
GT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.zip
Rework GUIs (#108)
* Update dependencies.gradle * Move mod id and name to the code * New EEC gui * Configuration buttons and tooltip delays * a * test * Move EIG GUI to a new class * Use the new inventory class in MApiary * Update DynamicInventory.java * Fix * Inventory slots * Update dependencies.gradle * test * MAapiary switchable screen + progress * Recipe error results + fixes * Remove commented code --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index ce20467196..dd726e03b1 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -36,6 +36,9 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.97:dev')
+ {
+ exclude group:"com.github.GTNewHorizons", module:"ModularUI"
+ }
api("com.github.GTNewHorizons:EnderCore:0.2.18:dev")
api("com.github.GTNewHorizons:EnderIO:2.5.6:dev")
api("com.github.GTNewHorizons:ForestryMC:4.7.0:dev")