Skip to content

Commit

Permalink
Separate Wire Factory Buses by Default (GTNewHorizons#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelux8 authored Jan 25, 2023
1 parent 0f46044 commit 632c823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class GregtechMetaTileEntity_IndustrialWireMill

private int mCasing;
private static IStructureDefinition<GregtechMetaTileEntity_IndustrialWireMill> STRUCTURE_DEFINITION = null;
private boolean isBussesSeparate;
private boolean isBussesSeparate = true;

public GregtechMetaTileEntity_IndustrialWireMill(final int aID, final String aName, final String aNameRegional) {
super(aID, aName, aNameRegional);
Expand Down

0 comments on commit 632c823

Please sign in to comment.