Skip to content

Commit

Permalink
Merge branch 'master' into feature/deploader-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 21, 2024
2 parents 7b8c472 + 29f9da3 commit 0ae1f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Add your dependencies here

dependencies {
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.113:dev")
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.05:dev")
api("com.github.GTNewHorizons:Yamcl:0.6.0:dev")
api("com.github.GTNewHorizons:Baubles:1.0.4:dev")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ public void run() {
.eut(TierEU.RECIPE_UMV).metadata(COMPRESSION_TIER, 2).addTo(neutroniumCompressorRecipes);

// Eternal Singularity Alternate Recipe
GTValues.RA.stdBuilder().fluidInputs(MaterialsUEVplus.Eternity.getMolten(72L * 32))
GTValues.RA.stdBuilder().fluidInputs(MaterialsUEVplus.Eternity.getMolten(72L * 8))
.itemInputs(ItemList.Black_Hole_Opener.get(1))
.itemOutputs(getModItem(EternalSingularity.ID, "eternal_singularity", 64)).duration(100 * SECONDS)
.itemOutputs(getModItem(EternalSingularity.ID, "eternal_singularity", 16)).duration(100 * SECONDS)
.eut(TierEU.RECIPE_MAX).metadata(COMPRESSION_TIER, 2).addTo(neutroniumCompressorRecipes);

// Iron Singularity
Expand Down

0 comments on commit 0ae1f42

Please sign in to comment.