Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
allwo for more recipes in the oilcracker (#128)
Browse files Browse the repository at this point in the history
* allow for more difrent recipes

allows for more difrent recipes while still keeping hydrogen and steam in the middle

* remove extra space
  • Loading branch information
botn365 authored Apr 16, 2021
1 parent fa28b21 commit e6baffb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ public ArrayList<FluidStack> getStoredFluids() {
}
this.middleFluidHatch.mRecipeMap = getRecipeMap();
FluidStack tStack = this.middleFluidHatch.getFillableStack();
if (tStack.isFluidEqual(GT_ModHandler.getSteam(1000)) || tStack.isFluidEqual(Materials.Hydrogen.getGas(1000)))
rList.add(tStack);
rList.add(tStack);

return rList;
}
Expand Down

0 comments on commit e6baffb

Please sign in to comment.