Skip to content

Commit

Permalink
NO, we DO want to keep the PA deprecated. (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 30, 2024
1 parent f949115 commit 265f5ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
*/
@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
//@Deprecated(forRemoval = true)
//@ApiStatus.ScheduledForRemoval(inVersion = "1.2.0")
@Deprecated(forRemoval = true)
@ApiStatus.ScheduledForRemoval(inVersion = "1.2.0")
public class ProcessingArrayMachine extends TieredWorkableElectricMultiblockMachine implements IMachineModifyDrops {

protected static final ManagedFieldHolder MANAGED_FIELD_HOLDER = new ManagedFieldHolder(ProcessingArrayMachine.class, TieredWorkableElectricMultiblockMachine.MANAGED_FIELD_HOLDER);
Expand Down Expand Up @@ -240,7 +240,7 @@ public Map<RecipeCapability<?>, Integer> getOutputLimits() {

@Override
public void addDisplayText(List<Component> textList) {
// textList.add(Component.translatable("gtceu.universal.tooltip.deprecated"));
textList.add(Component.translatable("gtceu.universal.tooltip.deprecated"));
super.addDisplayText(textList);
if (isActive()) {
textList.add(Component.translatable("gtceu.machine.machine_hatch.locked").withStyle(Style.EMPTY.withColor(ChatFormatting.RED)));
Expand Down

0 comments on commit 265f5ea

Please sign in to comment.