EightFactorial / FrogLight

Apache License 2.0
11 stars 0 forks source link

FrogLight

A collection of Minecraft libraries written in Rust

Documentation License Tests

About

FrogLight is a set of libraries for creating Minecraft clients. Each crate is designed to be used independently, but plugins are provided for the Bevy engine.

It is currently in a very early alpha state. Most things do not work yet!

[!Caution] Some servers do not allow modified clients!

I am not responsible for banned accounts!

Version Support

FrogLight has support for:

Usage

FrogLight can added as a dependency in your cargo.toml file:

[dependencies]
bevy = "0.14.0"
froglight = { git = "https://github.com/EightFactorial/FrogLight.git" }
# etc...

See the examples directory for how to use the library.

Client

See FrogLight Client for more information.

Helpful Resources

For more information, see the following links:

For documentation, see:

License

Licensed under either of

at your option.

Contribution

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.