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
@Config.Comment("Config category for GT5u inspired features.")
194
189
@Config.Name("GregTech 5 Unofficial Options")
195
190
publicGT5UGT5u = newGT5U();
@@ -198,14 +193,6 @@ public static class UnofficialOptions {
198
193
@Config.Name("GregTech 6 Options")
199
194
publicGT6GT6 = newGT6();
200
195
201
-
@Config.Comment("Should Drums be enabled? Default: true")
202
-
@Config.RequiresMcRestart
203
-
publicbooleanregisterDrums = true;
204
-
205
-
@Config.Comment("Should Crates be enabled? Default: true")
206
-
@Config.RequiresMcRestart
207
-
publicbooleanregisterCrates = true;
208
-
209
196
@Config.Comment("Should recipes for EV and IV Drills be enabled, which may cause large amounts of lag when used on some low-end devices? Default: true")
@Config.Comment("Enable all LuV-UV Machines, overrides individual values if true. Default: false")
289
-
@Config.Name("LuV-UV Machines")
290
-
publicbooleanmidTierMachines = false;
291
-
292
-
@Config.Comment("Enable all UHV-UXV Machines, overrides individual values if true. THESE WILL HAVE NO RECIPES BY DEFAULT WITHOUT GREGICALITY! Default: false")
293
-
@Config.Name("UHV-UXV Machines")
294
-
publicbooleanhighTierMachines = false;
295
-
296
-
@Config.Comment("Should higher tier Pumps be registered (IV-UV)? Separate from other configs. Default: false")
297
-
publicbooleanhighTierPumps = false;
298
-
299
-
@Config.Comment("Should higher tier Air Collectors be registered (IV, LuV)? Separate from other configs. Default: false")
300
-
publicbooleanhighTierAirCollectors = false;
301
-
302
-
@Config.Comment("Set these to true to enable LuV-UV tiers of machines. Default (all): false")
@Config.Comment("Set these to true to enable UHV-UXV tiers of machines. THESE WILL HAVE NO RECIPES BY DEFAULT WITHOUT GREGICALITY! Default (all): false")
0 commit comments