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

Commit

Permalink
Remove WA leftovers (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Nov 6, 2023
1 parent 76b3a5d commit 75da632
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions src/main/java/gtPlusPlus/core/config/ConfigHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMachine_SolarGenerators;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMachine_SteamConverter;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMachine_Tesseracts;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMachine_WorldAccelerators;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMultiSizeTools;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMultiblock_AlloyBlastSmelter;
import static gtPlusPlus.core.lib.CORE.ConfigSwitches.enableMultiblock_Cyclotron;
Expand Down Expand Up @@ -255,11 +254,6 @@ public static void handleConfigFile(final FMLPreInitializationEvent event) {
GregTech.ID,
true,
"These may be overpowered, Consult a local geologist.");
enableMachine_WorldAccelerators = config.getBoolean(
"enableMachineWorldAccelerators",
GregTech.ID,
true,
"These allow boosting Block/TileEntity Tick times [OP].");
enableMachine_Tesseracts = config.getBoolean(
"enableMachineTesseracts",
GregTech.ID,
Expand Down
1 change: 0 additions & 1 deletion src/main/java/gtPlusPlus/core/lib/CORE.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public static class ConfigSwitches {
public static boolean enableMachine_FluidTanks = true;
public static boolean enableMachine_RocketEngines = true;
public static boolean enableMachine_GeothermalEngines = true;
public static boolean enableMachine_WorldAccelerators = true;
public static boolean enableMachine_Tesseracts = true;
public static boolean enableMachine_SimpleWasher = true;
public static boolean enableMachine_Pollution = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,16 +770,6 @@ public enum GregtechItemList implements GregtechItemContainer {
GT_FluidTank_UV,
GT_FluidTank_MAX,

// Tick Accelerators from GTNH
AcceleratorLV,
AcceleratorMV,
AcceleratorHV,
AcceleratorEV,
AcceleratorIV,
AcceleratorLuV,
AcceleratorZPM,
AcceleratorUV,

// GT RTG
RTG,

Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

0 comments on commit 75da632

Please sign in to comment.