Skip to content

Commit

Permalink
fix(config): 🧩Enable some Universal Tweaks configs
Browse files Browse the repository at this point in the history
List of enabled things:
- Weaken Golem Structure Requirements
- Weaken Wither Structure Requirements
- Keep Sent Messages
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent e572096 commit 07b9917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/Universal Tweaks - Tweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ general {
B:"Soulbound Vexes"=true

# Allows creating Iron Golems with non-air blocks in the bottom corners of the structure
B:"Weaken Golem Structure Requirements"=false
B:"Weaken Golem Structure Requirements"=true

# Allows creating Withers with non-air blocks in the bottom corners of the structure
B:"Weaken Wither Structure Requirements"=false
B:"Weaken Wither Structure Requirements"=true

attributes {
# Sets custom ranges for entity attributes
Expand Down Expand Up @@ -1714,7 +1714,7 @@ general {
I:"[1] Chat Lines"=100

# Don't clear sent message history on leaving the world
B:"[2] Keep Sent Messages"=false
B:"[2] Keep Sent Messages"=true

# Removes duplicate messages and instead put a number behind the message how often it was repeated
B:"[3] Compact Messages"=false
Expand Down

0 comments on commit 07b9917

Please sign in to comment.