generated from PlazmaMC/Volt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
patches/version-catalog/0001-Replace-all-RegionFile-operations-with-SectorFile.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: AlphaKR93 <[email protected]> | ||
Date: Mon, 27 May 2024 15:30:21 +0900 | ||
Subject: [PATCH] Replace all RegionFile operations with SectorFile | ||
|
||
|
||
diff --git a/server.versions.toml b/server.versions.toml | ||
index 42272095d7cab1bb19ad45dd4c7ec95b5bf0b131..b1bfae3e744355d122ba99140575fd18b65ae555 100644 | ||
--- a/server.versions.toml | ||
+++ b/server.versions.toml | ||
@@ -1,4 +1,8 @@ | ||
[versions] | ||
+# Thunderbolt start - Replace all RegionFile operations with SectorFile | ||
+lz4 = "1.8.0" | ||
+zstd = "1.5.5-11" | ||
+# Thunderbolt end - Replace all RegionFile operations with SectorFile | ||
art = "2.0.3" | ||
tca = "1.3.0" | ||
upnp = "1.0" | ||
@@ -20,6 +24,10 @@ mapping-io = "0.5.0" | ||
configurate = "4.2.0-SNAPSHOT" | ||
|
||
[libraries] | ||
+# Thunderbolt start - Replace all RegionFile operations with SectorFile | ||
+lz4 = { group = "org.lz4", name = "lz4-java", version.ref = "lz4" } | ||
+zstd = { group = "com.github.luben", name = "zstd-jni", version.ref = "zstd" } | ||
+# Thunderbolt end - Replace all RegionFile operations with SectorFile | ||
art = { group = "net.neoforged", name = "AutoRenamingTool", version.ref = "art" } | ||
tca = { group = "net.minecrell", name = "terminalconsoleappender", version.ref="tca" } | ||
ansi = { group = "net.kyori", name = "ansi", version.ref = "ansi" } | ||
@@ -47,5 +55,5 @@ rewriter-generator = { group = "io.papermc", name = "reflection-rewriter-proxy-g | ||
|
||
[bundles] | ||
runtime = [ "sqlite", "mysql", "disruptor" ] | ||
-implementation = [ "jansi", "tca", "ansi", "upnp", "haproxy", "configurate", "mappingio", "rhino-engine", "rhino-runtime", "srgutils", "art", "rewriter", "rewriter-runtime", "rewriter-generator", "flare" ] | ||
+implementation = [ "jansi", "tca", "ansi", "upnp", "haproxy", "configurate", "mappingio", "rhino-engine", "rhino-runtime", "srgutils", "art", "rewriter", "rewriter-runtime", "rewriter-generator", "flare", "lz4", "zstd" ] # Thunderbolt - Replace all RegionFile operations with SectorFile | ||
test = [ "classgraph", "pioneer" ] |