Skip to content

Commit

Permalink
Update Paper module for 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 25, 2024
1 parent 38cf062 commit 80ac1d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package xyz.jpenilla.squaremap.paper.util.chunksnapshot;

import ca.spottedleaf.concurrentutil.executor.standard.PrioritisedExecutor;
import ca.spottedleaf.concurrentutil.util.Priority;
import ca.spottedleaf.moonrise.common.util.ChunkSystem;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.Executor;
Expand Down Expand Up @@ -40,7 +40,7 @@ record PaperChunkSnapshotProvider(
z,
ChunkStatus.EMPTY,
true,
PrioritisedExecutor.Priority.NORMAL,
Priority.NORMAL,
chunk -> load.complete(this.maybeSnapshot(chunk))
);
return load;
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rootProject.name = "squaremap"

setupSubproject("api")
setupSubproject("common")
//setupSubproject("paper")
//include(":squaremap-paper:folia")
setupSubproject("paper")
include(":squaremap-paper:folia")
setupSubproject("fabric")
setupSubproject("neoforge")
setupSubproject("sponge")
Expand Down

0 comments on commit 80ac1d6

Please sign in to comment.