forked from TechReborn/TechReborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
18 lines (18 loc) · 1.06 KB
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dependencies {
implementation 'com.github.FPSP-Modpack:RebornCore:1.1.0.20:dev'
implementation 'com.github.GTNewHorizons:Baubles:1.0.4:dev'
implementation 'com.github.GTNewHorizons:BuildCraft:7.1.39:dev'
implementation 'com.github.GTNewHorizons:CraftTweaker:3.3.1:dev'
implementation 'com.github.GTNewHorizons:ForestryMC:4.9.0:dev'
implementation 'com.github.GTNewHorizons:ForgeMultipart:1.4.8:dev'
implementation 'com.github.GTNewHorizons:NotEnoughItems:2.6.0-GTNH:dev'
implementation 'com.github.GTNewHorizons:Railcraft:9.15.8:dev'
implementation 'com.github.GTNewHorizons:waila:1.8.0:dev'
implementation 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev'
implementation 'net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev'
implementation 'curse.maven:biomes-o-plenty-220318:2499612'
implementation 'curse.maven:cofh-core-69162:2388751'
implementation 'curse.maven:ee3-65509:2305023'
implementation 'curse.maven:thermal-expansion-69163:2388759'
implementation 'curse.maven:thermal-foundation-222880:2388752'
}