Skip to content

Commit

Permalink
fix(config):🧩disable some RLMixins tweak/fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jun 19, 2024
1 parent 9eca865 commit efd8811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/rlmixins.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ general {
# Radius of spawn chunks to keep loaded in memory (-1 to load none, requires Spawn Chunk Radius Patch)
# Min: -1
# Max: 8
I:"Spawn Chunk Radius"=-1
I:"Spawn Chunk Radius"=0

# Every x ticks Spriggans attempt growing crops around them
I:"Spriggan Farming Rate"=20
Expand Down Expand Up @@ -442,7 +442,7 @@ general {
B:"Mending Priorities (Vanilla)"=true

# Fixes certain particles sent to the client from serverside never actually rendering, created by RandomPatches
B:"Missing Particle Rendering (Vanilla)"=true
B:"Missing Particle Rendering (Vanilla)"=false

# Fixes multiple memory leaks in MoBends (Thanks to Meldexun)
B:"MoBends Memory Leak Fix (MoBends)"=false
Expand Down

0 comments on commit efd8811

Please sign in to comment.