stevenarella icon indicating copy to clipboard operation
stevenarella copied to clipboard

Multi-protocol Minecraft-compatible client written in Rust

Results 100 stevenarella issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata Commits abb2a84 Release 1.0.142 a31d0be...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata Commits 2b0403f Release 1.0.83 db96d72 Add categories to crates.io metadata 2512933 Add...

dependencies

Bumps [image](https://github.com/image-rs/image) from 0.23.14 to 0.24.3. Changelog Sourced from image's changelog. Version 0.24.3 New Features: TiffDecoder now supports setting resource limits. Bug fixes: Fix compile issues on little endian systems....

dependencies

https://minecraft.fandom.com/wiki/Java_Edition_1.18.1 https://minecraft.fandom.com/wiki/Java_Edition_1.18 (Caves & Cliffs: Part II) https://wiki.vg/index.php?title=Protocol&oldid=16918 1.17.1 https://wiki.vg/Protocol https://wiki.vg/index.php?title=Protocol&oldid=17203 1.18.1 https://wiki.vg/index.php?title=Protocol&type=revision&diff=17203&oldid=16918 1.18.1 vs 1.17.1

Without impl Into, I have to write something like ```rust let pkt = Packet::ClientSettings( packet::play::serverbound::ClientSettings { locale: "en_GB".to_string(), view_distance: 2, chat_mode: protocol::VarInt(0), chat_colors: false, displayed_skin_parts: 0, main_hand: protocol::VarInt(0), } );...

This is really needed so you can keep two windows open and test it from them at the same time.

enhancement

Hi @iceiix Could you please add a support build client for android? Thank you

enhancement
help wanted

Users who have migrated their account (or who bought Minecraft recently) are not able to use this software, since it only has support for Mojang accounts. Information on how to...