-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Upstream (Bukkit/CraftBukkit/Spigot) #11197
Merged
Merged
Conversation
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
Probably some other stuff too. |
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: 2ec53f4 PR-1050: Fix empty result check for Complex Recipes 1067101 PR-1044: Add CrafterCraftEvent 4d87ffe Use correct method in JavaDoc ae5e581 SPIGOT-7850: Add API for Bogged shear state 46b6d44 SPIGOT-7837: Support data pack banner patterns d5d0cef Fix JavaDoc error b3c2b83 PR-1036: Add API for InventoryView derivatives 1fe2c75 SPIGOT-7809: Add ShieldMeta CraftBukkit Changes: 8ee6fd1 SPIGOT-7857: Improve ItemMeta block data deserialization 8f26c30 SPIGOT-7857: Fix spurious internal NBT tag when deserializing BlockStateMeta 759061b SPIGOT-7855: Fire does not spread or burn blocks 00fc9fb SPIGOT-7853: AnvilInventory#getRepairCost() always returns 0 7501e2e PR-1450: Add CrafterCraftEvent 8c51673 SPIGOT-5731: PortalCreateEvent#getEntity returns null for nether portals ignited by flint and steel d53d0d0 PR-1456: Fix inverted logic in CraftCrafterView#setSlotDisabled 682a678 SPIGOT-7850: Add API for Bogged shear state fccf524 SPIGOT-7837: Support data pack banner patterns 9c3bd43 PR-1431: Add API for InventoryView derivatives 0cc6acb SPIGOT-7849: Fix FoodComponent serialize with "using-converts-to" using null 2c54749 Don't rely on tags for CraftItemMetas 20d107e SPIGOT-7846: Fix ItemMeta for hanging signs 76f59e3 Remove redundant clone in Dropper InventoryMoveItemEvent e61a53d SPIGOT-7817: Call InventoryMoveItemEvent for Crafters 894682e SPIGOT-7839: Remove redundant Java version checks 2c12b21 SPIGOT-7809: Add ShieldMeta and fix setting shield base colours Spigot Changes: fb8fb722 Rebuild patches 34bd42b7 SPIGOT-7835: Fix issue with custom hopper settings
lynxplay
force-pushed
the
upstream-update
branch
from
August 9, 2024 06:47
109ca04
to
aeb394e
Compare
kennytv
approved these changes
Aug 9, 2024
NoahvdAa
reviewed
Aug 9, 2024
NoahvdAa
approved these changes
Aug 9, 2024
Machine-Maker
approved these changes
Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
1067101 PR-1044: Add CrafterCraftEvent
4d87ffe Use correct method in JavaDoc
ae5e581 SPIGOT-7850: Add API for Bogged shear state
46b6d44 SPIGOT-7837: Support data pack banner patterns d5d0cef Fix JavaDoc error
b3c2b83 PR-1036: Add API for InventoryView derivatives
1fe2c75 SPIGOT-7809: Add ShieldMeta
CraftBukkit Changes:
00fc9fb SPIGOT-7853: AnvilInventory#getRepairCost() always returns 0
7501e2e PR-1450: Add CrafterCraftEvent
8c51673 SPIGOT-5731: PortalCreateEvent#getEntity returns null for nether portals ignited by flint and steel
d53d0d0 PR-1456: Fix inverted logic in CraftCrafterView#setSlotDisabled
682a678 SPIGOT-7850: Add API for Bogged shear state
fccf524 SPIGOT-7837: Support data pack banner patterns
9c3bd43 PR-1431: Add API for InventoryView derivatives
0cc6acb SPIGOT-7849: Fix FoodComponent serialize with "using-converts-to" using null
2c54749 Don't rely on tags for CraftItemMetas
20d107e SPIGOT-7846: Fix ItemMeta for hanging signs
76f59e3 Remove redundant clone in Dropper InventoryMoveItemEvent
e61a53d SPIGOT-7817: Call InventoryMoveItemEvent for Crafters
894682e SPIGOT-7839: Remove redundant Java version checks
2c12b21 SPIGOT-7809: Add ShieldMeta and fix setting shield base colours
Spigot Changes:
fb8fb722 Rebuild patches
34bd42b7 SPIGOT-7835: Fix issue with custom hopper settings