-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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) #10379
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
Machine-Maker
force-pushed
the
upstream-update
branch
from
April 1, 2024 02:46
b66c54e
to
8608279
Compare
kennytv
approved these changes
Apr 1, 2024
(for the current changes, expecting the todos to be fine as well. no amending for the todos so it's easier to review plz) |
kennytv
reviewed
Apr 2, 2024
Lulu13022002
reviewed
Apr 6, 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: f02baa3 PR-988: Add World#getIntersectingChunks(BoundingBox) 9321d66 Move getItemInUse up to LivingEntity 819eef7 PR-959: Add access to current item's remaining ticks c4fdadb SPIGOT-7601: Add AbstractArrow#getItem be8261c Add support for Java 22 2611967 PR-979: Add more translation keys 6675336 PR-985: Correct book maximum pages and characters per page documentation c8be92f PR-980: Improve getArmorContents() documentation f1120ee PR-983: Expose riptide velocity to PlayerRiptideEvent CraftBukkit Changes: dfaa89b PR-1369: Add World#getIntersectingChunks(BoundingBox) 51bbab2 Move getItemInUse up to LivingEntity 668e096 PR-1331: Add access to current item's remaining ticks a639406 SPIGOT-7601: Add AbstractArrow#getItem 0398930 SPIGOT-7602: Allow opening in-world horse and related inventories ffd1561 SPIGOT-7608: Allow empty lists to morph to any PDT list 2188dcf Add support for Java 22 45d6a60 SPIGOT-7604: Revert "SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime" 06d9159 SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime ca3bc37 PR-1361: Add more translation keys 366c3ca SPIGOT-7600: EntityChangeBlockEvent is not fired for frog eggs 06d0f9b SPIGOT-7593: Fix sapling growth physics / client-side updates 45c2608 PR-1366: Expose riptide velocity to PlayerRiptideEvent 29b6bb7 SPIGOT-7587: Remove fixes for now-resolved MC-142590 and MC-109346
- LivingEntity active items - TrimPattern/TrimMaterial components
Machine-Maker
force-pushed
the
upstream-update
branch
from
April 6, 2024 19:21
f841484
to
cde967d
Compare
lynxplay
approved these changes
Apr 6, 2024
electronicboy
approved these changes
Apr 6, 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.
TODO
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:
f02baa3 PR-988: Add World#getIntersectingChunks(BoundingBox)
9321d66 Move getItemInUse up to LivingEntity
819eef7 PR-959: Add access to current item's remaining ticks
c4fdadb SPIGOT-7601: Add AbstractArrow#getItem
be8261c Add support for Java 22
2611967 PR-979: Add more translation keys
6675336 PR-985: Correct book maximum pages and characters per page documentation
c8be92f PR-980: Improve getArmorContents() documentation
f1120ee PR-983: Expose riptide velocity to PlayerRiptideEvent
CraftBukkit Changes:
dfaa89b PR-1369: Add World#getIntersectingChunks(BoundingBox)
51bbab2 Move getItemInUse up to LivingEntity
668e096 PR-1331: Add access to current item's remaining ticks
a639406 SPIGOT-7601: Add AbstractArrow#getItem
0398930 SPIGOT-7602: Allow opening in-world horse and related inventories
ffd1561 SPIGOT-7608: Allow empty lists to morph to any PDT list
2188dcf Add support for Java 22
45d6a60 SPIGOT-7604: Revert "SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime"
06d9159 SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime
ca3bc37 PR-1361: Add more translation keys
366c3ca SPIGOT-7600: EntityChangeBlockEvent is not fired for frog eggs
06d0f9b SPIGOT-7593: Fix sapling growth physics / client-side updates
45c2608 PR-1366: Expose riptide velocity to PlayerRiptideEvent
29b6bb7 SPIGOT-7587: Remove fixes for now-resolved MC-142590 and MC-109346