-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#10164)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 63c208dd Remove no longer used import 70be76c7 PR-958: Further clarify deprecation of TAG_CONTAINER_ARRAY ae21f4ac PR-955: Add methods to place structures with block/entity transformers e3d960f2 SPIGOT-7547: Remark that Damageable#setAbsorptionAmount() is capped to a specific value b125516c Fix typo in RecipeChoice.ExactChoice docs 309497c1 Add EntityMountEvent and EntityDismount Event 2fd45ae3 Improve ItemFactory#enchantItem consistency 2b198268 PR-933: Define native persistent data types for lists CraftBukkit Changes: 771182f PR-1327: Add methods to place structures with block/entity transformers e41ad4c SPIGOT-7567: SpawnReason for SNOWMAN is reported as BUILD_IRONGOLEM 76931e8 Add EntityMountEvent and EntityDismount Event 9b29b21 PR-1183: Better handle lambda expression and renaming of classes in Commodore 1462ebe Reformat Commodore.java 9fde4c0 PR-1324: Improve ItemFactory#enchantItem consistency 4e419c7 PR-1295: Define native persistent data types for lists dd8cca3 SPIGOT-7562: Fix Score#getScore and Score#isScoreSet 6902782 Only fetch an online UUID in online mode 1da8d9a Fire PreLogin events even in offline mode 2e88514 PR-1325: Use CraftBlockType and CraftItemType instead of CraftMagicNumbers to convert between minecraft and bukkit block / item representation Spigot Changes: 864e4acc Restore accidentally removed package-info.java f91a10d5 Remove obsolete EntityMountEvent and EntityDismountEvent 828f0593 SPIGOT-7558: Deprecate silenceable lightning API as sound is now client-side and cannot be removed cdc4e035 Remove obsolete patch fetching correct mode UUIDs 49e36b8e Merge related BungeeCord patches 6e87b9ab Remove obsolete firing of PreLogin events in offline mode 5c76b183 Remove redundant patch dealing with exceptions in the crash reporter 3a2219d1 Remove redundant patch logging cause of unexpected exception
- Loading branch information
1 parent
78fcb8e
commit 8657cd9
Showing
181 changed files
with
922 additions
and
979 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
build-data/spigot-server-patches/re-add-asm-dependency.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,29 @@ | ||
--- /dev/null 2024-01-13 10:03:30.400485704 -0800 | ||
+++ CraftBukkit-Patches/9999-re-add-asm-dependency.patch 2024-01-13 21:41:27.650692678 -0800 | ||
@@ -0,0 +1,26 @@ | ||
+From e5eb4fb3bfb61dfd2dc97411cfab5fa94033b90c Mon Sep 17 00:00:00 2001 | ||
+From: Jake Potrebic <jake.m.potrebic@gmail.com> | ||
+Date: Sat, 13 Jan 2024 21:41:02 -0800 | ||
+Subject: [PATCH] re add asm dependency | ||
+ | ||
+ | ||
+diff --git a/pom.xml b/pom.xml | ||
+index 266853a682..d18fdadf92 100644 | ||
+--- a/pom.xml | ||
++++ b/pom.xml | ||
+@@ -58,6 +58,12 @@ | ||
+ <version>2.19.0</version> | ||
+ <scope>compile</scope> | ||
+ </dependency> | ||
++ <dependency> | ||
++ <groupId>org.ow2.asm</groupId> | ||
++ <artifactId>asm</artifactId> | ||
++ <version>9.5</version> | ||
++ <scope>compile</scope> | ||
++ </dependency> | ||
+ <dependency> | ||
+ <groupId>org.ow2.asm</groupId> | ||
+ <artifactId>asm-commons</artifactId> | ||
+-- | ||
+2.43.0 | ||
+ |
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
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
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
Oops, something went wrong.