Skip to content

Commit

Permalink
Deprecate PA by removing its controller recipe (GTNewHorizons#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWeabo authored Sep 5, 2023
1 parent 896944c commit a50e598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import gregtech.api.enums.SoundResource;
import gregtech.api.util.GT_Recipe.GT_Recipe_Map;

@Deprecated
public class GT_ProcessingArray_Manager {

private static final HashMap<String, GT_Recipe_Map> mRecipeSaves = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
import mcp.mobius.waila.api.IWailaConfigHandler;
import mcp.mobius.waila.api.IWailaDataAccessor;

@Deprecated
public class GT_MetaTileEntity_ProcessingArray extends
GT_MetaTileEntity_ExtendedPowerMultiBlockBase<GT_MetaTileEntity_ProcessingArray> implements ISurvivalConstructable {

Expand Down Expand Up @@ -132,6 +133,7 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
.addInfo("Use a wire cutter to disable UEV+ downtiering")
.addInfo("Doesn't work on certain machines, deal with it")
.addInfo("Use it if you hate GT++, or want even more speed later on")
.addInfo(EnumChatFormatting.RED + "DEPRECATED!!! WILL BE REMOVED IN LATER VERSIONS")
.addSeparator()
.beginStructureBlock(3, 3, 3, true)
.addController("Front center")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7040,13 +7040,6 @@ private static void registerShapedCraftingRecipes() {
OrePrefixes.circuit.get(Materials.Ultimate), 'W', OrePrefixes.wireGt04.get(Materials.Naquadah), 'U',
OrePrefixes.stick.get(Materials.Americium) });

GT_ModHandler.addCraftingRecipe(
ItemList.Processing_Array.get(1L),
bitsd,
new Object[] { "CTC", "FMF", "CBC", 'M', ItemList.Hull_EV, 'B',
OrePrefixes.pipeLarge.get(Materials.StainlessSteel), 'C', OrePrefixes.circuit.get(Materials.Elite), 'F',
ItemList.Robot_Arm_EV, 'T', ItemList.Energy_LapotronicOrb });

GT_ProcessingArrayRecipeLoader.registerDefaultGregtechMaps();
GT_ModHandler.addCraftingRecipe(
ItemList.Distillation_Tower.get(1L),
Expand Down

0 comments on commit a50e598

Please sign in to comment.