From 4a13ae907ea73cbc968628499ea2991501caa0fc Mon Sep 17 00:00:00 2001 From: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:23:45 +0200 Subject: [PATCH] remove gt++ configs that got removed (#17438) --- config/GTPlusPlus/ASM.cfg | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/config/GTPlusPlus/ASM.cfg b/config/GTPlusPlus/ASM.cfg index 5a4abc976..27d3075ca 100644 --- a/config/GTPlusPlus/ASM.cfg +++ b/config/GTPlusPlus/ASM.cfg @@ -20,26 +20,6 @@ asm { # Disables ALL logging from GT++. [default: true] B:disableAllLogging=true - - # Enable/Disable COFH OreDictionaryArbiter Patch (Useful for Development) [default: true] - B:enableCofhPatch=true - - # Enable/Disable Forge OreDictionary Patch (Useful for Development) [default: false] - B:enableOreDictPatch=false - } - - ########################################################################################################## - # general - #--------------------------------------------------------------------------------------------------------# - # General section - ########################################################################################################## - - general { - # Fixes small oversights in Thaumcraft 4. [default: true] - B:enableTcAspectSafety=true - - # Prevents the game crashing from having invalid keybinds. https://github.com/alkcorp/GTplusplus/issues/544 [default: true] - B:enabledLwjglKeybindingFix=true } }