You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/neganote/gtutilities/config/UtilConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,8 @@ public static class FeatureConfigs {
92
92
publicbooleanautoChargersEnabled = true;
93
93
94
94
@Configurable
95
-
@Configurable.Comment({ "Whether the Expanded Pattern Buffer and Expanded Pattern Buffer Proxy are enabled." })
96
-
publicbooleanaeMachinesEnabled = true;
95
+
@Configurable.Comment({ "Whether the Expanded Pattern Buffer and Expanded Pattern Buffer Proxy are enabled. If AE2 is not loaded, this config will not load the machines regardless. " })
0 commit comments