Misc Config Changes (#846)

[SKIP]
This commit is contained in:
Integer Limit 2024-08-01 19:53:54 +10:00 committed by GitHub
parent 811a304aac
commit 12d0de3319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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.