Skip to content

Commit

Permalink
fix HV tank recipes (#1137)
Browse files Browse the repository at this point in the history
Co-authored-by: Maya <[email protected]>
  • Loading branch information
chochem and serenibyss authored Jan 7, 2025
1 parent 11082bd commit 4fec67d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/dreammaster/recipes/RecipeRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,6 @@ public static void run() {
removeRecipeByOutputDelayed(new ItemStack(ModItems.itemBoilerChassis, 1, 1));
removeRecipeByOutputDelayed(GregtechItemList.Boiler_Advanced_HV.get(1));
removeRecipeByOutputDelayed(new ItemStack(ModItems.itemBoilerChassis, 1, 2));
removeRecipeByOutputDelayed(GregtechItemList.GTFluidTank_HV.get(1));
removeRecipeByOutputDelayed(new ItemStack(ModBlocks.blockCompressedObsidian, 1, 5));
removeRecipeByOutputDelayed(getModItem(Gendustry.ID, "IndustrialApiary", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Gendustry.ID, "MutagenProducer", 1, 0, missing));
Expand Down
11 changes: 0 additions & 11 deletions src/main/java/com/dreammaster/scripts/ScriptGregtechPlusPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,17 +180,6 @@ public void loadRecipes() {
"plateDoubleTitanium",
GTOreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Titanium, 1L),
"plateDoubleTitanium");
addShapedRecipe(
GregtechItemList.GTFluidTank_HV.get(1),
"circuitPrimitive",
"plateAluminium",
"circuitPrimitive",
"plateDarkSteel",
"pipeMediumSteel",
"plateDarkSteel",
"circuitPrimitive",
ItemList.Electric_Pump_MV.get(1L),
"circuitPrimitive");

// Shirabon and Eternity
GTValues.RA.stdBuilder()
Expand Down

0 comments on commit 4fec67d

Please sign in to comment.