Skip to content

Fabwork 1.3.0 for Minecraft 1.20.5 - 1.21

Compare
Choose a tag to compare
@Sollace Sollace released this 08 Jun 15:29
· 3 commits to 1.20.5 since this release
3a90f96

Changelog

  • Updated to 1.20.5, 1.20.6, and 1.21
  • Removed deprecated API (ServerConnectionEvents and ClientConnectionEvents)

Breaking Changes

  • PacketType#id has been changed to a CustomPayload.Id<Payload<T>> field rather than an Identifier
  • PacketType#constructor has been replaced with a PacketCodec<PacketByteBuf, Payload<T>>
  • Creating and registering packets are unchanged. The new version can be used as a drop-in replacement for the old.