Skip to content

Commit

Permalink
fix(worldgen): 🌍Set max chunk time to 5 => 500
Browse files Browse the repository at this point in the history
I dont know what this option actually do, but in theory, it should make worldgen more smoothly.
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent a1345fb commit df956a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Universal Tweaks - Tweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ general {
I:"[2] Ticks"=1

# Maximum time in ms to spend generating chunks per tick per dimension
I:"[3] Time"=5
I:"[3] Time"=500
}

"dimension unload" {
Expand Down

0 comments on commit df956a9

Please sign in to comment.