aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2022-08-14 15:19:13 +0200
committerGitHub <noreply@github.com>2022-08-14 15:19:13 +0200
commit6d436a2c6a5d9b51070b8399c4fdb196603a8e82 (patch)
tree0ac08abe69626ad89e25eb9b0c7aadb7e5243dac /dependencies.gradle
parentd8d8a462a25a29a9640f6c038ced50a570255e6e (diff)
downloadGT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.tar.gz
GT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.tar.bz2
GT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.zip
Add "Mob Drops" NEI page + Extreme Extermination Chamber (#1)
* First commit * Mixins * Merge the same items with diffrent damage * Faster random in NEI * More accuracy ? * Update ClientProxy.java * Renaming * Update buildscript * Use reserved MTE ID's * EEC work * Rework NEI page * Fix inaccurate chances * Basic equipment spawn * Add config options * Translations * Add infernal drops * Witchery fix * Forestry fixes * More fixes * Default blacklist * NEI sorting * Comment out testing deps * Clientsided check * Blood Magic support * LoaderReference * Check if peacefull is allowed * Add some XP output * Add recipe * Send Server config to Client * Add command to reload config * Translations * Process MT additions
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle27
1 files changed, 27 insertions, 0 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index b6456d02b6..39a4c44d2f 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,5 +1,32 @@
// Add your dependencies here
dependencies {
+ compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.78:dev")
+ compile("com.github.GTNewHorizons:EnderCore:0.2.6:dev")
+ compile("com.github.GTNewHorizons:EnderIO:2.3.1.29:dev")
+ compile("com.github.GTNewHorizons:Infernal-Mobs:1.7.5-GTNH:dev")
+ compileOnly("com.github.GTNewHorizons:BloodMagic:1.3.10:dev")
+ {
+ transitive = false
+ }
+ compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
+ {
+ transitive = false
+ }
+ compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev")
+ {
+ transitive = false
+ }
+ runtime("com.github.GTNewHorizons:Baubles:1.0.1.14:dev")
+ runtime("curse.maven:cofh-core-69162:2388751")
+ // For testing
+ //runtime("com.github.GTNewHorizons:OpenBlocks:1.6.9-GTNH:dev")
+ //runtime("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev")
+ //compile("com.github.GTNewHorizons:SpecialMobs:3.3.12:dev")
+ //compile("com.github.GTNewHorizons:twilightforest:2.3.8.15:dev")
+ //compile("com.github.GTNewHorizons:EnderZoo:1.0.23:dev")
+ //runtime("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
+ //runtime("com.github.GTNewHorizons:BloodMagic:1.3.10:dev")
+ //compile("curse.maven:witchery-69673:2234410")
}