Skip to content

EightFactorial/FrogLight

Repository files navigation

FrogLight

A collection of Minecraft libraries written in Rust

Documentation License Tests

About

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!

Caution

Some servers do not allow modified clients!

!! I am not responsible for banned accounts !!

Version Support

FrogLight has support for:

  • v1.21.4
  • v1.21.5
  • v1.21.6

Usage

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.

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages