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) #10242

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Updated Upstream (Bukkit/CraftBukkit) #10242

merged 2 commits into from
Feb 11, 2024

Conversation

kennytv
Copy link
Member

@kennytv kennytv commented Feb 11, 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:
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

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
@kennytv kennytv marked this pull request as ready for review February 11, 2024 16:03
@kennytv kennytv requested a review from a team as a code owner February 11, 2024 16:03
@kennytv kennytv merged commit 31699ae into master Feb 11, 2024
5 checks passed
@kennytv kennytv deleted the up branch February 11, 2024 21:28
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants