update once more

This commit is contained in:
sillyangel
2024-12-30 18:57:02 -06:00
parent 3f3a1e69d4
commit 0480586663
71 changed files with 2122 additions and 1721 deletions

View File

@@ -69,8 +69,8 @@
- 50.0.22 Add GatherComponentsEvent (#9944)
- 50.0.21 Fix powered rails not propogating correctly.
- 50.0.20 Remove ICustomPacket and add PayloadChannel. (#9972)
New PayloadChannel that uses the vanilla payload Type for packet distinction
Implement the minecraft:register/unregister channels using the new PayloadChannel
New PayloadChannel that uses the vanilla payload Type for packet distinction
Implement the minecraft:register/unregister channels using the new PayloadChannel
New generic channel builder function allowing people to implement channels however they want.
- 50.0.19 Implement entity aware armor model and texture hooks. Closes #9960
- 50.0.18 Fix finalizeSpawn's return value not being used correctly. Closes #9964
@@ -83,11 +83,11 @@
- 50.0.11 Some patch cleanup (#9951)
- 50.0.10 Filter paths discovered by ServiceProvider in ClasspathLocator. Closes #9899
- 50.0.9 Update SimpleChannel to make StreamCodecs easier (#9959)
Rework networking so that RegistryFriendlyByteBuf is useable for modders
Simple support for StreamCodec in SimpleChannel
Codecify all Forge packets
Make simpler builder pattern for SimpleChannel. Will eventually deprecate the old MessageBuilder as it's verbose and poorly written.
Co-authored-by: MrCrayfish <4958241+MrCrayfish@users.noreply.github.com>
Rework networking so that RegistryFriendlyByteBuf is useable for modders
Simple support for StreamCodec in SimpleChannel
Codecify all Forge packets
Make simpler builder pattern for SimpleChannel. Will eventually deprecate the old MessageBuilder as it's verbose and poorly written.
Co-authored-by: MrCrayfish <4958241+MrCrayfish@users.noreply.github.com>
Co-authored-by: Paint_Ninja <PaintNinja@users.noreply.github.com>
- 50.0.8 Fix shields not working correctly. Fixes #9966
- 50.0.7 Fix RenderTarget stencil patch location. Fixes #9965