Skip to content

Commit

Permalink
add back Space Flower uum recipe (#62)
Browse files Browse the repository at this point in the history
* add back Space Flower uum recipe
update deps
fix GTNewHorizons/GT-New-Horizons-Modpack#15028

* remove output chance because the recipe has no item
  • Loading branch information
Dream-Master authored Dec 7, 2023
1 parent 31ae20a commit 2a0ddf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api("com.github.GTNewHorizons:CropLoadCore:0.1.10:dev")
api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")

devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.102:dev")
compileOnly(deobf("https://media.forgecdn.net/files/2499/612/BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar"))
compileOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev") {
transitive = false
Expand All @@ -13,7 +13,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Natura:2.5.7:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.45:dev") {
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.47:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.74-GTNH:dev") {
Expand All @@ -26,6 +26,6 @@ dependencies {
//runtimeOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev")
//runtimeOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.12-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:Natura:2.5.7:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.45:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.47:dev")
//runtimeOnly("com.github.GTNewHorizons:Galacticraft:3.0.74-GTNH:dev")
}
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@ public final void run() {
GT_Values.RA.stdBuilder().itemInputs(Materials.Neutronium.getBlocks(64), Materials.Neutronium.getBlocks(64))
.itemOutputs(CppItems.Trophy).duration(29826 * HOURS + 9 * MINUTES + 42 * SECONDS + 7 * TICKS).eut(8)
.addTo(extruderRecipes);
// Space Flower UUM
GT_Values.RA.stdBuilder().itemInputs(new ItemStack(CppItems.Modifier, 1, 0))
.fluidOutputs(Materials.UUMatter.getFluid(2L)).duration(6 * SECONDS + 8 * TICKS).eut(4)
.addTo(fluidExtractionRecipes);

// Chem Refine
GT_Values.RA.stdBuilder()
Expand Down

0 comments on commit 2a0ddf0

Please sign in to comment.