ConcreteMC / Alex

A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
Mozilla Public License 2.0
590 stars 46 forks source link

Add support for encrypted server resources #81

Closed kennyvv closed 2 years ago

kennyvv commented 3 years ago

Bedrock allows server to send their resource / behaviourpacks encrypted. Currently, this is not supported by Alex. However with servers like The Hive doing big stuff like their Sonic themed game/server this is becoming more of a required feature than i previously thought it'd be.

Also, not much information on how this works publicly available. Which honestly makes me doubt if i should add this feature or not. I guess we'll see.