Fixes #4468: Default to ae serverside (#4496)

This commit is contained in:
yueh
2020-07-25 16:05:58 +02:00
committed by GitHub
parent 2ac27fd9ce
commit 3a4b171443
+1 -1
View File
@@ -96,7 +96,7 @@ public final class AEConfig {
private boolean useColoredCraftingStatus;
private boolean disableColoredCableRecipesInJEI;
private int craftingCalculationTimePerTick;
private PowerUnits selectedPowerUnit;
private PowerUnits selectedPowerUnit = PowerUnits.AE;
// GUI Buttons
private final int[] craftByStacks = new int[4];