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

Commit

Permalink
fix (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish authored Mar 12, 2024
1 parent f9d58f5 commit a89e014
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ public class FuelRefineFactory extends GT_MetaTileEntity_TooltipMultiBlockBase_E
public FuelRefineFactory(String name) {
super(name);
turnOffMaintenance();
useLongPower = true;
}

public FuelRefineFactory(int id, String name, String nameRegional) {
super(id, name, nameRegional);
turnOffMaintenance();
useLongPower = true;
}

@Override
Expand Down

0 comments on commit a89e014

Please sign in to comment.