Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
ABS fluid output free from bart recipe reaper (#368)
Browse files Browse the repository at this point in the history
* fix quad input hatch

* fix quad input hatch
Improve code readable

* free ABS
  • Loading branch information
lordIcocain authored Nov 13, 2023
1 parent 14c97c6 commit 229e453
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ else if (ass.mMaterial.mMaterial.equals(Materials.Palladium))

for (int i = 0; i < recipe.mFluidOutputs.length; i++) {
if (map.equals(GT_Recipe.GT_Recipe_Map.sFluidExtractionRecipes)) continue maploop;
if ("gtpp.recipe.alloyblastsmelter".equals(map.mUnlocalizedName)) continue maploop;
if (map.equals(GT_Recipe.GT_Recipe_Map.sMultiblockChemicalRecipes)
|| map.equals(GT_Recipe.GT_Recipe_Map.sChemicalRecipes)) {
if (GT_Utility.areFluidsEqual(Ruthenium.getMolten(1), recipe.mFluidOutputs[i])
Expand Down

0 comments on commit 229e453

Please sign in to comment.