Skip to content

Commit

Permalink
perf: ⚡enable reducedSearchSize RLTweaker option
Browse files Browse the repository at this point in the history
This should reduce [Monster Box] lag
  • Loading branch information
Krutoy242 committed May 11, 2024
1 parent 5bad768 commit 14055d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/hammercore/tile_entity_tick_slip.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"quark:monster_box": 7,
"cyclicmagic:block_forester": 11
}
2 changes: 1 addition & 1 deletion config/rltweaker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ general {
B:realBenchDupeBugFix=true

# Reduces search size for finding some entities like players and items. Not needed without a max entity radius changing mod. Helps with Quark Monster Box lag.
B:reducedSearchSize=false
B:reducedSearchSize=true

# Attempt to be compatible with alternative server software
B:serverCompatibility=true
Expand Down

0 comments on commit 14055d1

Please sign in to comment.