Skip to content

Commit

Permalink
fix(config):🧩Disable RLTweaker option "Less Collisions"
Browse files Browse the repository at this point in the history
Since this changes controlled by Universal Tweaks.
  • Loading branch information
Krutoy242 committed Jun 11, 2024
1 parent 03bfec5 commit c60f702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/rltweaker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ general {
B:iafFixMyrmexQueenHiveSpam=false

# Makes some entities stop checking for large entity collisions. Not needed without a max entity radius changing mod.
B:lessCollisions=true
B:lessCollisions=false

# Fixes Lycanites Pet Dupe in older LycanitesMobs versions than 2.0.8.0, may cause crashes in newer versions.
B:lycanitesPetDupeFix=false
Expand Down Expand Up @@ -301,7 +301,7 @@ general {
B:"Investigate non-player Attacks"=false

# Requires lessCollisions patch, change that config value instead, don't change this unless you are benchmarking
B:"Less Collisions"=true
B:"Less Collisions"=false

# Whether lightning should destroy items
B:"Lightning Destroys Items"=true
Expand Down

0 comments on commit c60f702

Please sign in to comment.