Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.48 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.48 KB

bedrock-rs

The universal toolkit for MCBE

A universal library for rust to interact with mcbe and provide standards, as well as common implementations for mcbe technologies written in pure rust.

Modules:

    • Provides common data types and other shared code for other modules to use.
    • A simple nbt implementation focused on MCBE.
    • Provides Serialization for LittleEndian and LittleEndianNetwork (Commonly used in the mcbe protocol).
    • Basic implemtation of the MCBE protocol.
    • Support for both Server and Client side intended.
    • Implementation of the MCBE level format using rusty-leveldb serialization and deserialization.
    • Common collection of metadata for behavior packs, resource packs and other MCBE related packs.

Contributing:

Feel free to join in at any time. Your contributions are highly valued, and a big thank you to all who participate. We recommend getting acquainted with the bedrock-rs codebase. Whether it's tackling existing issues, adding new features, or even introducing entirely fresh modules, your creativity is welcome. Let's all benefit from our collective efforts!