Commit Graph

1262 Commits

Author SHA1 Message Date
Lulu13022002
d4a7bbde1d fix Phantom#setAnchorLocation(null) 2025-06-08 20:34:06 +02:00
Lulu13022002
c5fc0dc84b support block state mutation of already placed block entity in BlockStateListPopulator
As seen in https://github.com/PaperMC/Paper/issues/12645, the BlockStateListPopulator always destroy
block entity data when the block state change. However this is something that should be supported
so plugin can retrieve block entity data of captured blocks.
Additionally only create snapshots at the end of the capture so we don't need to refresh block entity
data for decorator like the beehive, this is possible since multiple capture
at the same position is not supported and will overwrite the previous data anyway.
2025-06-08 19:55:19 +02:00
Lulu13022002
48e94e8c89 fix sponge absorb resetting block entity data of waterlogged blocks
alternative to 320f25cb04, this commit has the side effect of
not including the waterlogged block into the block list for the later event. Generally this logic is fragile and should be handled by
the BlockStateListPopulator in the future.
2025-06-07 23:57:28 +02:00
Owen1212055
c609d6dc29 Remove SERVER_ONLY command flag functionality
This will throw a warning for players on 1.21.6
2025-06-06 22:42:24 -04:00
Owen1212055
73d218c154 Improve command permission lookups
This allows us to append to the vanilla permission check object to avoid having to look into a map.

This also fixes non vanilla commands from technically being able to be skipped through permissions.
2025-06-06 22:11:49 -04:00
Spottedleaf
24cd24c8cc Optimise CraftWorld#getLoadedChunks
We can use the existing full chunk map so that we do not need
to iterate over all ChunkHolders. Additionally, do not use streams
to do the iteration either.
2025-06-05 08:16:25 -07:00
Bjarne Koll
f00d9bce79 Second part of diff
Tired.
2025-06-05 03:05:16 +02:00
Bjarne Koll
39ff9ed2c8 Pass hand to entity unleash event 2025-06-04 21:10:37 +02:00
Bjarne Koll
ec548f93dd 1.21.6-pre3 2025-06-04 16:22:28 +02:00
Bjarne Koll
b2f3c2c94f Move over to non discarding reporter 2025-06-03 23:33:36 +02:00
Bjarne Koll
52880cec74 Fix LayeredCauldronBlock event call
Hello masmc05 o/
2025-06-03 17:17:52 +02:00
Lulu13022002
0c3879ac21 track block for lava/conduit damage
dropped diff
2025-06-02 22:02:52 +02:00
Bjarne Koll
5cfd638335 Fix compile issues 2025-06-02 17:14:12 +02:00
Bjarne Koll
4b6fae1079 1.21.6-pre2 2025-06-02 17:02:22 +02:00
Bjarne Koll
1366eaa540 Readd dropped hunk 2025-06-02 15:20:57 +02:00
Bjarne Koll
c34fb5f8b8 Test fixes
Mostly around the fact that player inventories now properly support
setting and getting the BODY and SADDLE equipment slot. The slots are
exposed to the API via the extra contents array.
2025-06-01 19:53:44 +02:00
Bjarne Koll
a1bfc19ab3 Some more compilation issues 2025-06-01 17:04:02 +02:00
Bjarne Koll
20136f71ca Some initial adoption of ValueInput/Output 2025-06-01 16:34:59 +02:00
Bjarne Koll
5933bd5bf3 TrialSpawner compile fixes 2025-06-01 14:39:40 +02:00
Owen1212055
df96454561 Fixup whatever happened here 2025-05-31 13:28:35 -04:00
Owen1212055
1b30919aac Fix 2025-05-31 13:23:51 -04:00
Owen1212055
e49b5e88fa Fix compile issues:
- Changes:
Turtle now included in the experience orb dropped
- Todo: See what spigot does for CraftEquippableComponent serialization
2025-05-31 13:21:48 -04:00
Bjarne Koll
19a36413c7 Last per file patches 2025-05-31 14:44:19 +02:00
Bjarne Koll
4fe0ac240b Some more comments 2025-05-31 14:28:59 +02:00
Bjarne Koll
4a903d8124 Readd dropped diff
Additionally, add some identifying messages to paper comments added by
our more junior developer during the update process.
2025-05-31 14:23:06 +02:00
Owen1212055
8c9747458e readd dropped ack diff 2025-05-30 11:29:06 -04:00
Owen1212055
92ece7b625 Fix dropped diff 2025-05-29 23:42:18 -04:00
Owen1212055
2f152e015d Fix some compile errors 2025-05-29 21:52:43 -04:00
Owen1212055
f44197c4da net/minecraft/world/entity/item
random other server classes

Note: Scoreboards may need handling for the waypoints.

/net/minecraft/world/entity/animal/wolf

Also properly mark the item dropped when shearing as force drops
2025-05-29 21:32:46 -04:00
Owen1212055
6d71abd25f Other random classes
net/minecraft/core/dispenser/
2025-05-29 21:32:46 -04:00
Owen1212055
4a82168542 ServerPlayer, ServerLevel, ServerEntity
net/minecraft/world/entity/vehicle/

Nothing much to note, reworked the loot table inventory serialization a bit

net/minecraft/world/level/

net/minecraft/world/entity/player
2025-05-29 21:32:46 -04:00
Owen1212055
62c4dda5f4 /net/minecraft/world/entity/monster
Some blocks

LayeredCauldronBlock.java.patch has strange diff-- the comment seems to be a red herring.

net/minecraft/network/protocol/login/
2025-05-29 17:15:45 -04:00
Owen1212055
d251511d35 net\minecraft\world\entity\projectile\ 2025-05-29 16:33:59 -04:00
Owen1212055
e0437448dd /net/minecraft/world/entity/decoration/
Note that a method was removed on Armorstand for a bug fix that makes literally zero sense, probably very old.
Also added and fixed the logic for leashes, as any entity can hold leashes but anything can be leashed.

Also very sad hack used to detect if the value was set.

/net/minecraft/world/level/block/entity/trialspawner/

/net/minecraft/server/network
2025-05-29 15:56:14 -04:00
Bjarne Koll
ca8da0e3ca Commands
ExperienceOrb award methods were consolidated to avoid this large of a
conflict in future versions for what is a single override.
Callers are expected to now pass null to the 3rd overload param as well.
2025-05-29 17:46:55 +02:00
Bjarne Koll
0795cbed25 Entity 2025-05-28 22:36:46 +02:00
Noah van der Aa
912e35ba5e work 2025-05-28 15:32:29 +02:00
Noah van der Aa
8fee18401c patch batch 2025-05-28 15:08:46 +02:00
Bjarne Koll
40c8d4f900 Couple of block entities 2025-05-28 13:57:49 +02:00
Bjarne Koll
b745ab65e6 Begin 1.21.6-pre1
Initial move of patches to rejected and non rejected source patches to
publish to patch-roulette.
2025-05-28 13:23:32 +02:00
Nassim Jahnke
a033e3b9ef Fix ancient player custom name converter
Who knows for how long it's been broken, but it only came up now given DataConverter isn't applied
Fixes #12565
Supersedes #12568
2025-05-25 09:24:49 +02:00
Newwind
84ee4249c9 Add Map filled event (#12574) 2025-05-24 22:45:32 +02:00
Bjarne Koll
ee3b405316 Replace spigot check with generation check 2025-05-24 22:43:48 +02:00
Bjarne Koll
b8fe22c9cd Do not call EntityRemoveEvent during worldgen (#12588)
Ports the follow commits from spigot to paper.
All credits to go the respective commit authors listed below.

CraftBukkit: 3b4fd5b321f4440a2b3a67f3945739b45e6e687f

By: md_5 <git@md-5.net>
2025-05-24 22:17:42 +02:00
Pedro
220b57add4 Fixs and Improvements for EndermanEscapeEvent (#12570) 2025-05-24 21:53:02 +02:00
Md5Lukas
3efaf477c4 Add API for client-side signs (#11903) 2025-05-24 21:16:23 +02:00
Pedro
87349c317f Fix CombatTracker stale on death (#12562) 2025-05-21 18:19:08 +02:00
brickmonster
fa360aa836 Add some missing annotations and an incorrect one (#12204) 2025-05-18 18:31:49 -04:00
Pedro
cc38032bee Deprecate TeleportCause CHORUS_FRUIT for CONSUMABLE_EFFECT (#12546) 2025-05-18 16:33:21 +02:00
Nassim Jahnke
28d7df75ac Backport HeroesOfTheVillage datafixer fix
Fixes #12515
2025-05-18 16:13:19 +02:00