Skip to content

Commit

Permalink
Apparently I was dumb and forgot to default enable multithreaded chunks
Browse files Browse the repository at this point in the history
Ooof
  • Loading branch information
jediminer543 committed Sep 12, 2021
1 parent ac38e60 commit cbdb016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mcmt_ver=0.22.86-RC1
mcmt_ver=0.22.87

mappings_ver=20200723-1.16.1
mappings_chan=snapshot
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jmt/mcmt/config/GeneralConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public GeneralConfigTemplate(ForgeConfigSpec.Builder builder) {
builder.push("chunk");
disableMultiChunk = builder
.comment("Disable world prallel chunk loading")
.define("disableMultiChunk", true);
.define("disableMultiChunk", false);
builder.pop();
builder.pop();
builder.push("entity");
Expand Down

0 comments on commit cbdb016

Please sign in to comment.