stevenarella/protocol/src
iceiix 6b961622aa
forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494)
Allows connecting to newer Forge servers, 1.13.2 to 1.16.5 at least, which use
the FML2 handshake protocol:

https://wiki.vg/Minecraft_Forge_Handshake#FML2_protocol_.281.13_-_Current.29

Tested with a modded 1.16.5 server

Extends #88 #134 Forge FML (v1, for 1.7.10 - 1.12.2)

* protocol: update Cargo.lock
* protocol: send FML2 on fmlNetworkVersion: 2
* protocol: factor out read_raw_packet_from()
* protocol: move plugin message writing from Server to Conn; add write_fml2_handshake_plugin_message
* protocol: CommandNode: add forge:modid, forge:enum
* forge: add fml2 handshake packets
* server: handle fml:loginwrapper fml::handshake packets
2021-01-23 13:47:30 -08:00
..
nbt Use `matches!` for bool match (clippy match_like_matches_macro) 2020-10-10 16:22:46 -07:00
protocol forge: add FML2 protocol support (1.13.2-1.16.5+), fixes #400 (#494) 2021-01-23 13:47:30 -08:00
types 1.16.4 (754) / 1.16.3 (753) / 1.16.2 (751) protocol (#390) 2020-11-24 19:01:57 -08:00
format.rs Update to Rust 1.49.0 (#457) 2020-12-31 09:51:46 -08:00
item.rs protocol: pub fields in struct Stack (#344) 2020-06-27 14:16:25 -07:00
lib.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
macros.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00