Commit Graph

19436 Commits

Author SHA1 Message Date
Bjarne Koll
4c4ddfcce5 Update ItemType 2025-06-04 00:13:36 +02:00
Bjarne Koll
b2f3c2c94f Move over to non discarding reporter 2025-06-03 23:33:36 +02:00
Spottedleaf
5b36269252 Add MCUtil#toLocation from Folia
Helper methods to convert NMS world/position to Bukkit Location
2025-06-03 13:23:32 -07:00
Spottedleaf
87b3d8ba06 Replace deprecated Thread#getId usage with Thread#threadId 2025-06-03 13:23:05 -07:00
Spottedleaf
cb705c41ff Add DataConverter patch 2025-06-03 13:15:20 -07:00
Spottedleaf
4fa21c21fc Update Moonrise to 1.21.6-pre2
See b312be2921
2025-06-03 12:58:11 -07:00
Bjarne Koll
52880cec74 Fix LayeredCauldronBlock event call
Hello masmc05 o/
2025-06-03 17:17:52 +02:00
Bjarne Koll
c136222eeb Moonrise compile fixes and changes
Kept in separate patch for easier revert once leaf smites me.
2025-06-03 16:58:23 +02:00
Bjarne Koll
b15c51cea1 Rest of feature patches
Needs indepth testing of collision improvements on player move packet.
2025-06-03 14:30:33 +02:00
Bjarne Koll
767e99c963 Moonrise attempt
Notable changes:
 - Mojang now force loads a 1 radius large block around the player,
   including entities.

Do not smite me leaf.
2025-06-03 12:12:30 +02:00
Lulu13022002
0c3879ac21 track block for lava/conduit damage
dropped diff
2025-06-02 22:02:52 +02:00
Lulu13022002
fbc139e097 some fixes 2025-06-02 21:43:03 +02:00
Lulu13022002
18924de733 run generator 2025-06-02 19:51:09 +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
20e9fe8e2f Fix javadocs in DriedGhast 2025-06-02 03:13:18 +02:00
Bjarne Koll
ff05a2df63 Hacky EAR 2.0 fixes
EAR yields immunity to entities that are not on the ground and are not
"flying entities". What this "flying entity" filter actually entails
however is undocumented. The previous implementation checked for
FlyingMob, which only covered ghasts and phantoms, leaving entities like
the blaze and wither untouched for *some* reason.

To be improved by consulting the elders (cat).
2025-06-01 20:33:10 +02:00
Bjarne Koll
ed3b39e944 14 first feature patches 2025-06-01 20:07:10 +02:00
Bjarne Koll
f3bad8c86f Prepare work on feature patches 2025-06-01 20:05:43 +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
d16b93e646 Generator 2025-06-01 17:34:54 +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
Pedro
b9d6ba243c Expose more data for MusicInstrument (#12415) 2025-05-24 17:16:54 -04: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