#bedrock-rs: The Universal Toolkit for Minecraft in Rust!

2 messages · Page 1 of 1 (latest)

tardy oxide
#

🌟 Introducing bedrock-rs: The Universal Toolkit for Minecraft in Rust!

We’re excited to unveil bedrock-rs, a comprehensive and modular library designed to simplify development for Minecraft Bedrock Edition. Whether you’re building tools, creating addons, or running a custom server, bedrock-rs has you covered!

Why bedrock-rs?

  • Protocol Support: Full implementation of Minecraft Bedrock's protocol for both client and server.
  • Addon Creation: Easily create and manipulate Minecraft Addons programmatically.
  • Level Management: Work with Minecraft levels using efficient data structures and Rust’s LevelDB.
  • Server Foundation: Build lightweight, multi-protocol servers with asynchronous support.
  • Modular Design: Access only the crates and features you need.

Who’s it for?

  • Developers looking for a robust and efficient toolkit for Minecraft Bedrock.
  • Hobbyists creating custom mods, tools, and servers.
  • Professionals building scalable Minecraft Bedrock solutions.

Get Involved

Start exploring bedrock-rs today! Check out the repository, give it a star, and join the community as we shape the future of Minecraft Bedrock development together.

GitHub: https://github.com/bedrock-crustaceans/bedrock-rs
Discord: https://discord.com/invite/VCVcrvt3JC

GitHub

Universal library for Minecraft Bedrock in Rust. Contribute to bedrock-crustaceans/bedrock-rs development by creating an account on GitHub.

#

anyway, this has pretty much full level, protocol etc support. You can even create your own server off the existing minimal server software provided by it. I spent the past year working on this lol