Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GTNewHorizons/GTNH-Intergalactic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c894996b6402c8db5cd6cd80069dfcd6bac632a2
Choose a base ref
..
head repository: GTNewHorizons/GTNH-Intergalactic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6afe385387a3a5fdd5f0551cc910e1125861a5da
Choose a head ref
Showing with 41 additions and 51 deletions.
  1. +4 −4 dependencies.gradle
  2. +1 −1 settings.gradle
  3. +36 −46 src/main/java/com/gtnewhorizons/gtnhintergalactic/recipe/MachineRecipes.java
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.51:dev')
api('com.github.GTNewHorizons:Galaxy-Space-GTNH:1.1.95-GTNH:dev')
api('com.github.GTNewHorizons:GTNHLib:0.5.17:dev')
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.74:dev") {transitive = false}
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.68:dev')
api('com.github.GTNewHorizons:Galaxy-Space-GTNH:1.1.96-GTNH:dev')
api('com.github.GTNewHorizons:GTNHLib:0.5.20:dev')
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.5.78:dev") {transitive = false}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
}


Loading