A collection of Minecraft libraries written in Rust
FrogLight is a set of libraries for writing both Minecraft servers and clients.
Each crate is designed to be used independently, but plugin for integrating into the Bevy engine are provided.
It is currently in an early alpha state. Some things do not work yet!
FrogLight has support for:
- v1.21.4
- v1.21.5
- v1.21.6
FrogLight can added as a dependency in your cargo.toml file:
[dependencies]
bevy = "0.16"
froglight = { git = "https://github.com/EightFactorial/FrogLight.git" }
# etc...See the examples directory for how to use the library.
See FrogLight Client for more information.
For more information, see the following links:
For documentation, see:
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.