Skip to content

Commit

Permalink
Add back Linear region format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 20, 2024
1 parent ff0edf7 commit 0212566
Show file tree
Hide file tree
Showing 43 changed files with 104 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From: Triassic <techbyteofficial9@gmail.com>
Date: Fri, 22 Sep 2023 23:27:14 +0300
Subject: [PATCH] LinearPurpur: Add Linear region format

Removed since it's old version of Linear region format impeachment

Original license: MIT
Original project: https://github.com/StupidCraft/LinearPurpur

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ From: Xymb <xymb@endcrystal.me>
Date: Sat, 9 Dec 2023 23:06:25 +0100
Subject: [PATCH] LinearPurpur: Just remove all locks on region files

Removed since it's old version of Linear region format impeachment

Original license: MIT
Original project: https://github.com/StupidCraft/LinearPurpur

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ index c03608fec96b51e1867f43d8f42e5aefb1520e46..15b21fa3907db1b77ed5b5d1050a37f4
throw new IllegalStateException("Ticking retired scheduler");
}
diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
index c5fa13527dc1729f7cbb15067b4edf449c2f6fb1..dd5ef3b8059d38f2e5f4acc2c49607f71c1ce1e5 100644
index b39f743e008a26b8d5ca88b6175b50ffcb8e3c99..8d68a765621d37bd3e1f140a17e3f53bf294cfe7 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
@@ -312,6 +312,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Subject: [PATCH] Cache player profileResult


diff --git a/build.gradle.kts b/build.gradle.kts
index 2dde13d18112b3f5a356546a59aca06bf6771a58..0f912a277655a8ddf08b6c1f7717a5226326f9bb 100644
index 8ca21359f9be43d59417448554a9aaebd5140094..6b72333bd753fcbc7fc244bedddbb31a2d20f594 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -21,6 +21,10 @@ dependencies {
}
// Leaf end - Leaf Config
@@ -26,6 +26,10 @@ dependencies {
implementation("org.lz4:lz4-java:1.8.0")
// LinearPaper end

+ // Leaf start - Libraries
+ implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0212566

Please sign in to comment.