File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
groovy/postInit/chemistry Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -927,7 +927,7 @@ FBR.recipeBuilder()
927
927
ROASTER . recipeBuilder()
928
928
.inputs(ore(' dustAmmoniumNitrate' ) * 9 )
929
929
.fluidOutputs(fluid(' dense_steam' ) * 2000 )
930
- .fluidOutputs(fluid(' nitric_oxide ' ) * 1000 )
930
+ .fluidOutputs(fluid(' nitrous_oxide ' ) * 1000 )
931
931
.duration(120 )
932
932
.EUt (30 )
933
933
.buildAndRegister()
@@ -936,7 +936,7 @@ CSTR.recipeBuilder()
936
936
.fluidInputs(fluid(' ammonia' ) * 100 )
937
937
.fluidInputs(fluid(' oxygen' ) * 250 )
938
938
.fluidOutputs(fluid(' dense_steam' ) * 150 )
939
- .fluidOutputs(fluid(' nitric_oxide ' ) * 100 )
939
+ .fluidOutputs(fluid(' nitrous_oxide ' ) * 100 )
940
940
.duration(5 )
941
941
.EUt (30 )
942
942
.buildAndRegister()
@@ -4308,4 +4308,4 @@ MIXER.recipeBuilder()
4308
4308
.fluidOutputs(fluid(' nitration_mixture' ) * 2000 )
4309
4309
.EUt (30 )
4310
4310
.duration(160 )
4311
- .buildAndRegister()
4311
+ .buildAndRegister()
You can’t perform that action at this time.
0 commit comments