We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5186d3e commit d02a741Copy full SHA for d02a741
src/main/java/net/neganote/gtutilities/common/machine/multiblock/PTERBMachine.java
@@ -298,12 +298,12 @@ private List<IMultiPart> getPrioritySortedParts() {
298
@Override
299
public void onStructureInvalid() {
300
coolantTimer = 0;
301
+ removeWirelessEnergy();
302
if ((isWorkingEnabled() && recipeLogic.getStatus() == RecipeLogic.Status.WORKING) &&
303
!ConfigHolder.INSTANCE.machines.harmlessActiveTransformers) {
304
explode();
305
}
306
super.onStructureInvalid();
- removeWirelessEnergy();
307
this.localPowerOutput = new ArrayList<>();
308
this.localPowerInput = new ArrayList<>();
309
this.coolantHatchPos = null;
0 commit comments