-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: * Added chemical bath and mixer additional recipes to GT5 Ore Processing diagram * Fixed clipping on left edge of NBT Viewer diagram * Uncommented Transcendent Plasma Mixer in GT5 Recipe Debugger diagram * Updated Gradle wrapper to 8.7 * Overhauled build script and updated to use RetroFuturaGradle * Updated and cleaned up dependencies Merged commits from downstream: * GTNewHorizons@916d2b3 * GTNewHorizons#29 * GTNewHorizons#28 * GTNewHorizons#27 * GTNewHorizons#26 * GTNewHorizons#25 Co-Authored-By: Raven Szewczyk <[email protected]> Co-Authored-By: Wilhelm Schuster <[email protected]> Co-Authored-By: miozune <[email protected]> Co-Authored-By: Martin Robertz <[email protected]>
- Loading branch information
1 parent
91c645a
commit 4910c4b
Showing
20 changed files
with
216 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,17 @@ | ||
neiCustomDiagramVersion=1.5.4 | ||
neiCustomDiagramVersion=1.5.5 | ||
|
||
minecraftVersion=1.7.10 | ||
forgeVersion=10.13.4.1614 | ||
|
||
autoValueVersion=1.8.2 | ||
|
||
neiVersion=2.3.6-GTNH | ||
neiVersion=2.5.4-GTNH | ||
|
||
gregTech5Version=5.09.43.04 | ||
industrialCraft2Version=2.2.828 | ||
forestryVersion=4.4.14 | ||
railcraftVersion=9.13.10 | ||
buildCraftVersion=7.1.27 | ||
enderIoVersion=2.3.1.44 | ||
projectRedVersion=4.7.9-GTNH | ||
gregTech5Version=5.09.45.25 | ||
bartworksVersion=0.9.4 | ||
gtPlusPlusVersion=1.11.13 | ||
detravScannerVersion=1.8.0 | ||
gtnhCoreModVersion=2.3.11 | ||
|
||
bartworksVersion=0.5.84 | ||
gtPlusPlusVersion=1.8.9 | ||
detravScannerVersion=1.6.9 | ||
gtnhCoreModVersion=2.0.7 | ||
|
||
enderStorageVersion=1.4.12 | ||
enderStorageVersion=1.5.0 | ||
|
||
#gregTech6Version=6.14.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pluginManagement { | ||
repositories { | ||
maven("https://nexus.gtnewhorizons.com/repository/public/") { | ||
name = "GTNH Maven" | ||
mavenContent { | ||
includeGroup("com.gtnewhorizons") | ||
includeGroupByRegex("com\\.gtnewhorizons\\..+") | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.