mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
* 23w51b * make recalculate_near_end_of_path public so other plugins can do .after(recalculate_near_end_of_path) * update to 24w03a i think * start implementing 24w13a * registries work (but a lot of packets are still broken) * fix recipes and commands packets * i love codecs :D i am not going insane :D mojang's java is very readable :D * item components are "implemented" meowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeow * update to 1.20.5-pre3 * fix all the broken packets and clippy (mojang please don't do an update like this again or i will murder someone) * 1.20.5-rc1 * fix failing tests * 1.20.5
18 lines
794 B
TOML
18 lines
794 B
TOML
[package]
|
|
description = "Representations of various inventory data structures in Minecraft."
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "azalea-inventory"
|
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
|
|
version = "0.9.1"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
|
|
azalea-buf = { version = "0.9.0", path = "../azalea-buf" }
|
|
azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" }
|
|
azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
|
|
azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
|
|
azalea-core = { version = "0.9.0", path = "../azalea-core" }
|
|
uuid = "1.8.0"
|