Skip to content

Commit

Permalink
Merge branch '1.13.5' into master-ceu
Browse files Browse the repository at this point in the history
  • Loading branch information
planetme committed Dec 10, 2024
2 parents 4b3e562 + fc89a8c commit e0c595d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ crackables.each { _, crackable ->
.fluidInputs(fluid('hot_hp_hydrogen') * (4 * crackable.hydrogen_consumed))
.fluidOutputs(crackable.getHydro(4000))
.fluidOutputs(fluid('fuel_gas') * (4 * crackable.gas_produced))
.circuitMeta(2)
.duration(200)
.EUt(Globals.voltAmps[2])
.buildAndRegister()
Expand Down
2 changes: 1 addition & 1 deletion groovy/postInit/metallurgy/Superalloys.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ABS.recipeBuilder()
.buildAndRegister()

ABS.recipeBuilder()
.circuitMeta(14)
.circuitMeta(16)
.inputs(ore('dustIron') * 39)
.inputs(ore('dustManganese') * 1)
.fluidOutputs(fluid('hsla_eighty_x') * 5760)
Expand Down
2 changes: 2 additions & 0 deletions groovy/postInit/mod/GregTech.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,9 @@ Globals.solders.each { key, val ->
.duration(10)
.EUt(16)
.buildAndRegister();
}

Globals.solders.each { key, val ->
mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem('circuit_board.plastic'))
.inputs(metaitem('plate.integrated_logic_circuit'))
Expand Down

0 comments on commit e0c595d

Please sign in to comment.