diff --git a/overrides/config/Universal Tweaks - Tweaks.cfg b/overrides/config/Universal Tweaks - Tweaks.cfg index 7b959f8..6e9b3a3 100755 --- a/overrides/config/Universal Tweaks - Tweaks.cfg +++ b/overrides/config/Universal Tweaks - Tweaks.cfg @@ -1133,7 +1133,7 @@ general { B:"[2] Keep Sent Messages"=false # Removes duplicate messages and instead put a number behind the message how often it was repeated - B:"[3] Compact Messages"=true + B:"[3] Compact Messages"=false } advancements { diff --git a/overrides/config/nomilabs.cfg b/overrides/config/nomilabs.cfg index de88ec2..a05b496 100644 --- a/overrides/config/nomilabs.cfg +++ b/overrides/config/nomilabs.cfg @@ -417,7 +417,7 @@ content { "groovyscript settings" { # Whether to enable GroovyScript Hand Additions. # [default: true] - B:enableGroovyHandAdditions=true + B:enableGroovyHandAdditions=false # Mode to Use for GT Recipe Output Searching. # 'LINEAR_SEARCH' browses each recipe sequentially, 'FAST_TREE' navigates a tree structure and stops at the first match, while 'TREE' explores the entire tree structure before concluding.