-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Upstream (Paper, Pufferfish, Purpur)
Upstream has released updates that appear to apply and compile correctly. [Purpur Changes] PurpurMC/Purpur@e86a1b6: Updated Upstream (Paper) PurpurMC/Purpur@962ee30: Updated Upstream (Paper) PurpurMC/Purpur@74d1b4c: Updated Upstream (Paper) PurpurMC/Purpur@e2e8c61: Updated Upstream (Paper) PurpurMC/Purpur@7a01fd8: Updated Upstream (Paper) PurpurMC/Purpur@34c18f0: Updated Upstream (Paper) PurpurMC/Purpur@ca668ab: Updated Upstream (Paper) PurpurMC/Purpur@200178d: Updated Upstream (Paper) PurpurMC/Purpur@9968cbb: Updated Upstream (Paper) PurpurMC/Purpur@db09358: Fix clamp-levels option not being true by default (#1609) PurpurMC/Purpur@f289b6a: Updated Upstream (Paper) PurpurMC/Purpur@959c29d: Fix Tridents giving errors without having an Elytra equipped (#1612) PurpurMC/Purpur@68c1612: Fix villagers not spawning when the `follow-emerald-blocks` option is enabled (#1611) PurpurMC/Purpur@5b75c68: fix `bypass-mob-griefing` not being the inverse of mobgriefing gamerule, closes #1603 PurpurMC/Purpur@55d4309: Updated Upstream (Paper) PurpurMC/Purpur@0601f87: Updated Upstream (Paper) PurpurMC/Purpur@06dde9d: Add Ridable and Attribute options for Creaking mob (#1613) PurpurMC/Purpur@420a1ce: Set the bee's `takes-damage-from-water` option to true by default (#1614) PurpurMC/Purpur@2b6f273: Updated Upstream (Paper) PurpurMC/Purpur@504f311: Updated Upstream (Paper) PurpurMC/Purpur@2b694c9: Updated Upstream (Paper) PurpurMC/Purpur@96d7ef7: Updated Upstream (Paper) PurpurMC/Purpur@e141f68: Updated Upstream (Paper) PurpurMC/Purpur@7f6f667: Updated Upstream (Pufferfish) PurpurMC/Purpur@de20ba9: ignore `minecart.max-speed` config value if using minecart experiment, closes #1618 PurpurMC/Purpur@03062a8: fix ridable mobs not being controllable, closes #1620 PurpurMC/Purpur@0493ac3: Updated Upstream (Paper) PurpurMC/Purpur@16ce24a: fix(ridables/creaking): override tick method in look/move control
- Loading branch information
Showing
104 changed files
with
13,279 additions
and
7,568 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
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
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 |
---|---|---|
|
@@ -61,3 +61,4 @@ paper-api-generator | |
compare.txt | ||
*.patch | ||
!patches/**/* | ||
upstream |
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
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
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
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 |
---|---|---|
@@ -1,33 +1,47 @@ | ||
[versions] | ||
gson = "2.10.1" | ||
joml = "1.10.5" | ||
guava = "32.1.2-jre" | ||
sentry = "5.4.0" | ||
jspecify = "1.0.0" | ||
fastutil = "8.5.6" | ||
findbugs = "1.3.9" | ||
slf4j-api = "2.0.9" | ||
brigadier = "1.2.9" | ||
bungeechat = "1.20-R0.2" | ||
|
||
guava = "33.3.1-jre" | ||
gson = "2.11.0" | ||
bungeechat = "1.20-R0.2-deprecated+build.19" | ||
|
||
# snakeyaml | ||
joml = "1.10.8" | ||
json-simple = "1.1.1" | ||
annotations = "24.0.1" | ||
|
||
fastutil = "8.5.6" | ||
# adventure | ||
# log4j | ||
slf4j-api = "2.0.9" | ||
sentry = "5.4.0" | ||
|
||
# asm | ||
# mvn | ||
|
||
annotations = "24.1.0" | ||
checkerqual = "3.21.0" | ||
jspecify = "1.0.0" | ||
|
||
|
||
[libraries] | ||
joml = { group = "org.joml", name = "joml", version.ref = "joml" } | ||
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" } | ||
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" } | ||
sentry = { group = "io.sentry", name = "sentry", version.ref = "sentry" } | ||
jspecify = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" } | ||
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" } | ||
findbugs = { group = "com.google.code.findbugs", name = "jsr305", version.ref = "findbugs" } | ||
brigadier = { group = "com.mojang", name = "brigadier", version.ref = "brigadier" } | ||
slf4j-api = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-api" } | ||
|
||
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" } | ||
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" } | ||
bungeechat = { group = "net.md-5", name = "bungeecord-chat", version.ref = "bungeechat" } | ||
|
||
joml = { group = "org.joml", name = "joml", version.ref = "joml" } | ||
jsonsimple = { group = "com.googlecode.json-simple", name = "json-simple", version.ref = "json-simple" } | ||
|
||
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" } | ||
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-api" } | ||
sentry = { group = "io.sentry", name = "sentry", version.ref = "sentry" } | ||
|
||
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" } | ||
checkerqual = { group = "org.checkerframework", name = "checker-qual", version.ref = "checkerqual" } | ||
jspecify = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" } | ||
|
||
|
||
[bundles] | ||
api = [ "jspecify", "guava", "gson", "joml", "fastutil", "slf4j-api", "sentry", "brigadier" ] | ||
api = [ "brigadier", "guava", "gson", "joml", "fastutil", "slf4j", "sentry", "jspecify" ] | ||
annotations = [ "annotations", "checkerqual" ] |
Oops, something went wrong.