Crates.io | origami |
lib.rs | origami |
version | |
source | src |
created_at | 2025-02-02 21:47:16.05104 |
updated_at | 2025-02-02 21:47:16.05104 |
description | A programmable Minecraft client to build agents/bots. |
homepage | |
repository | https://github.com/Oery/origami |
max_upload_size | |
id | 1539911 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A programmable Minecraft client written in pure Rust. It can be used to build agents/bots with low memory and CPU footprint. It features a simple API that allows developers to easily create custom behaviors for their bots while still having access to a more powerful packet interface.
My goal is to build a client performant and feature-rich enough to enable developers to build AIs that can be used to create new minigames / revive
This release will focus on the 1.8.9 version of Minecraft (My protocol implementation only supports this version).