-
-
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) #10242
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
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: a6a9d2a Remove some old ApiStatus.Experimental annotations be72314 SPIGOT-7300, PR-829: Add new DamageSource API providing enhanced information about entity damage b252cf0 SPIGOT-7576, PR-970: Add methods in MushroomCow to change stew effects b1c689b PR-902: Add Server#isLoggingIPs to get log-ips configuration 08f86d1 PR-971: Add Player methods for client-side potion effects 2e3024a PR-963: Add API for in-world structures a23292a SPIGOT-7530, PR-948: Improve Resource Pack API with new 1.20.3 functionality 1851857 SPIGOT-3071, PR-969: Add entity spawn method with spawn reason cde4c52 SPIGOT-5553, PR-964: Add EntityKnockbackEvent CraftBukkit Changes: 38fd4bd Fix accidentally renamed internal damage method 80f0ce4 SPIGOT-7300, PR-1180: Add new DamageSource API providing enhanced information about entity damage 7e43f3b SPIGOT-7581: Fix typo in BlockMushroom ea14b7d SPIGOT-7576, PR-1347: Add methods in MushroomCow to change stew effects 4c687f2 PR-1259: Add Server#isLoggingIPs to get log-ips configuration 22a541a Improve support for per-world game rules cb7dccc PR-1348: Add Player methods for client-side potion effects b8d6109 PR-1335: Add API for in-world structures 4398a1b SPIGOT-7577: Make CraftWindCharge#explode discard the entity e741076 Fix Crafter maximum stack size 0bb0f4f SPIGOT-7530, PR-1314: Improve Resource Pack API with new 1.20.3 functionality 4949f55 SPIGOT-3071, PR-1345: Add entity spawn method with spawn reason 20ac73c PR-1353: Fix Structure#place not working as documented with 0 palette 3c1b778 SPIGOT-6911, PR-1349: Change max book length in CraftMetaBook 3337018 SPIGOT-7572: Bee nests generated without bees f48f417 SPIGOT-5553, PR-1336: Add EntityKnockbackEvent
Machine-Maker
requested changes
Feb 11, 2024
patches/api/0114-Add-EntityKnockbackByEntityEvent-and-EntityPushedByE.patch
Outdated
Show resolved
Hide resolved
patches/api/0114-Add-EntityKnockbackByEntityEvent-and-EntityPushedByE.patch
Outdated
Show resolved
Hide resolved
Machine-Maker
approved these changes
Feb 11, 2024
lynxplay
pushed a commit
to lynxplay/paper
that referenced
this pull request
Feb 23, 2024
* Updated Upstream (Bukkit/CraftBukkit) 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: a6a9d2a Remove some old ApiStatus.Experimental annotations be72314 SPIGOT-7300, PR-829: Add new DamageSource API providing enhanced information about entity damage b252cf0 SPIGOT-7576, PR-970: Add methods in MushroomCow to change stew effects b1c689b PR-902: Add Server#isLoggingIPs to get log-ips configuration 08f86d1 PR-971: Add Player methods for client-side potion effects 2e3024a PR-963: Add API for in-world structures a23292a SPIGOT-7530, PR-948: Improve Resource Pack API with new 1.20.3 functionality 1851857 SPIGOT-3071, PR-969: Add entity spawn method with spawn reason cde4c52 SPIGOT-5553, PR-964: Add EntityKnockbackEvent CraftBukkit Changes: 38fd4bd Fix accidentally renamed internal damage method 80f0ce4 SPIGOT-7300, PR-1180: Add new DamageSource API providing enhanced information about entity damage 7e43f3b SPIGOT-7581: Fix typo in BlockMushroom ea14b7d SPIGOT-7576, PR-1347: Add methods in MushroomCow to change stew effects 4c687f2 PR-1259: Add Server#isLoggingIPs to get log-ips configuration 22a541a Improve support for per-world game rules cb7dccc PR-1348: Add Player methods for client-side potion effects b8d6109 PR-1335: Add API for in-world structures 4398a1b SPIGOT-7577: Make CraftWindCharge#explode discard the entity e741076 Fix Crafter maximum stack size 0bb0f4f SPIGOT-7530, PR-1314: Improve Resource Pack API with new 1.20.3 functionality 4949f55 SPIGOT-3071, PR-1345: Add entity spawn method with spawn reason 20ac73c PR-1353: Fix Structure#place not working as documented with 0 palette 3c1b778 SPIGOT-6911, PR-1349: Change max book length in CraftMetaBook 3337018 SPIGOT-7572: Bee nests generated without bees f48f417 SPIGOT-5553, PR-1336: Add EntityKnockbackEvent
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:
a6a9d2a Remove some old ApiStatus.Experimental annotations
be72314 SPIGOT-7300, PR-829: Add new DamageSource API providing enhanced information about entity damage
b252cf0 SPIGOT-7576, PR-970: Add methods in MushroomCow to change stew effects
b1c689b PR-902: Add Server#isLoggingIPs to get log-ips configuration
08f86d1 PR-971: Add Player methods for client-side potion effects
2e3024a PR-963: Add API for in-world structures
a23292a SPIGOT-7530, PR-948: Improve Resource Pack API with new 1.20.3 functionality
1851857 SPIGOT-3071, PR-969: Add entity spawn method with spawn reason
cde4c52 SPIGOT-5553, PR-964: Add EntityKnockbackEvent
CraftBukkit Changes:
38fd4bd Fix accidentally renamed internal damage method
80f0ce4 SPIGOT-7300, PR-1180: Add new DamageSource API providing enhanced information about entity damage
7e43f3b SPIGOT-7581: Fix typo in BlockMushroom
ea14b7d SPIGOT-7576, PR-1347: Add methods in MushroomCow to change stew effects
4c687f2 PR-1259: Add Server#isLoggingIPs to get log-ips configuration
22a541a Improve support for per-world game rules
cb7dccc PR-1348: Add Player methods for client-side potion effects
b8d6109 PR-1335: Add API for in-world structures
4398a1b SPIGOT-7577: Make CraftWindCharge#explode discard the entity
e741076 Fix Crafter maximum stack size
0bb0f4f SPIGOT-7530, PR-1314: Improve Resource Pack API with new 1.20.3 functionality
4949f55 SPIGOT-3071, PR-1345: Add entity spawn method with spawn reason
20ac73c PR-1353: Fix Structure#place not working as documented with 0 palette
3c1b778 SPIGOT-6911, PR-1349: Change max book length in CraftMetaBook
3337018 SPIGOT-7572: Bee nests generated without bees
f48f417 SPIGOT-5553, PR-1336: Add EntityKnockbackEvent