Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@ dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.11.0')
testRuntimeOnly ('org.junit.platform:junit-platform-launcher')

implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.52.467:dev') {
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.52.474:dev') {
exclude group: "com.github.GTNewHorizons", module: "Galacticraft"
exclude group: "com.github.GTNewHorizons", module: "TinkersConstruct"
exclude group: "ganymedes01.etfuturum", module: "Et-Futurum-Requiem"
}
implementation('com.github.GTNewHorizons:TinkersConstruct:1.14.60-GTNH:dev') {
exclude group: "com.github.GTNewHorizons", module: "ServerUtilities"
}
implementation('com.github.GTNewHorizons:TinkersConstruct:1.14.58-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.8.93-GTNH:dev')
implementation('com.github.GTNewHorizons:GTNHLib:0.9.54:dev')
implementation('com.github.GTNewHorizons:GTNHLib:0.9.55:dev')
api('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
// api("ganymedes01.etfuturum:Et-Futurum-Requiem:2.6.2.21-GTNH-daily")
devOnlyNonPublishable(rfg.deobf(project.files("libs/etfuturum-427f205-master+427f20504d-dirty.jar")))

compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-915-GTNH:api')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.57:api')
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-920-GTNH:api')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.59:api')
compileOnly('curse.maven:cofh-lib-220333:2388748')
compileOnly('curse.maven:PlayerAPI-228969:2248928')
compileOnly('curse.maven:RenderPlayerAPI-228981:2248933')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ remoteMappings = https\://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/co

# Select a default username for testing your mod. You can always override this per-run by running
# `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE.
developmentEnvironmentUserName = Developer
developmentEnvironmentUserName = Dragovorn

# Enables modern Java syntax support. Valid values:
# - false: No modern syntax, Java 8 only
Expand Down
Loading