Skip to content
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 6 commits into from
Aug 9, 2024
Merged

Conversation

lynxplay
Copy link
Contributor

@lynxplay lynxplay commented Jul 30, 2024

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

@lynxplay
Copy link
Contributor Author

lynxplay commented Jul 30, 2024

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 lynxplay marked this pull request as ready for review August 9, 2024 18:18
@lynxplay lynxplay requested a review from a team as a code owner August 9, 2024 18:18
@lynxplay lynxplay merged commit 77a5779 into master Aug 9, 2024
5 checks passed
@lynxplay lynxplay deleted the upstream-update branch August 9, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

getItemMeta for Hanging Signs returns an unspecific item meta instead of BlockStateMeta
6 participants