Skip to content

Commit

Permalink
Change fine wire to wire
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Aug 25, 2024
1 parent 0c8043a commit a1a25cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groovy/postInit/mod/IndustrialRenewal.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ mods.gregtech.assembler.recipeBuilder()
.buildAndRegister()

mods.gregtech.assembler.recipeBuilder()
.inputs(metaitem('wireFineManganesePhosphide') * 16)
.inputs(metaitem('wireGtSingleManganesePhosphide') * 4)
.inputs(metaitem('wireFineSteel') * 64)
.inputs(metaitem('plateWood') * 2 )
.outputs(item('industrialrenewal:coil_hv') * 2)
Expand All @@ -653,7 +653,7 @@ mods.gregtech.assembler.recipeBuilder()
.inputs(item('gregtech:metal_casing', 4) * 8)
.inputs(item('industrialrenewal:isolator_hv'))
.outputs(item('industrialrenewal:transformer_hv'))
.duration(40)
.duration(200)
.EUt(Globals.voltAmps[1])
.buildAndRegister()
/*
Expand Down

0 comments on commit a1a25cd

Please sign in to comment.