Skip to content

Commit

Permalink
fix: put infinite oxygen in nomex's recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jan 18, 2025
1 parent 12d8f7c commit a2e6957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groovy/postInit/mod/SusyCore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ mods.gregtech.assembler.recipeBuilder()
.inputs(ore('threadPolybenzimidazole') * 16)
.inputs(metaitem('pipeSmallFluidEthyleneVinylAcetate') * 3)
.inputs(metaitem('plateNomex') * 7)
.outputs(item('susy:susy_armor', 16))
.outputs(item('susy:susy_armor', 16).withNbt(['maxOxygen': -1.0D, 'oxygen': 0.0D])
.duration(400)
.EUt(Globals.voltAmps[4])
.buildAndRegister()
Expand All @@ -342,4 +342,4 @@ mods.gregtech.assembler.recipeBuilder()
.outputs(item('susy:susy_armor', 17))
.duration(400)
.EUt(Globals.voltAmps[4])
.buildAndRegister()
.buildAndRegister()

0 comments on commit a2e6957

Please sign in to comment.