chore: add more dependencies

This commit is contained in:
Timo Ley 2023-07-11 16:02:15 +02:00
parent 0a1216f888
commit c473f2c255

View file

@ -42,19 +42,42 @@ repositories {
name "central"
url "https://maven.thorfusion.com/artifactory/central/"
}
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
artifact()
}
}
}
// WARNING!!! DON'T CHANGE THE ORDER OF DEPENDENCIES!
// OTHER ORDERS MIGHT CAUSE CRASHES!
dependencies {
implementation "appeng:appliedenergistics2:rv3-beta-21:dev"
implementation "codechicken:CodeChickenCore:1.7.10-1.0.7.48:dev"
implementation "codechicken:CodeChickenLib:1.7.10-1.1.3.141:dev"
implementation "codechicken:NotEnoughItems:1.7.10-1.0.5.120:dev"
implementation "codechicken:ForgeMultipart:1.7.10-1.2.0.347:dev"
implementation "cofh:CoFHCore:[1.7.10]3.1.4-329:dev"
implementation "com.eloraam.redpower:redpower:2.0pr10-dirty:deobf"
implementation "com.hbm:HBM-NTM:1.0.27_X4627:deobf"
implementation "covers1624:PowerConverters:1.7.10-2.11:deobf"
implementation "universalelectricity:basiccomponents:2.0.1:deobf"
implementation "universalelectricity:universalelectricity:5.2.2:deobf"
implementation "mods:HEXCraft:1.7.10-0.13.2:deobf"
implementation "mods:magneticraft:0.6.1:deobf"
implementation "mods:ElectricalAge:1.20.3:deobf"
implementation "net.industrial-craft:industrialcraft-2:2.2.827-experimental:dev"
implementation "mods:Ultratech:1.7.10-0.9.6.1:deobf"
implementation "mods:gregtech:5.09.31:dev"
implementation "mods:Railcraft_1.7.10:9.12.2.0"
implementation "mods:MrTJPCore:1.1.0.31:dev"
implementation "mods:ForgeRelocation:0.0.1.4:dev"
implementation "mods:ProjectRed:1.7.10-4.7.0pre8.92:dev"
compileOnly "mods:DragonAPI:1.7.10-V32c:deobf"
compileOnly "mods:RotaryCraft:1.7.10-V32c:deobf"
compileOnly "mods:ElectriCraft:1.7.10-V32b:deobf"
}
processResources {