mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-04-16 08:45:34 +00:00
* add biome test * tweak biome data * add multi noise sample test * multi noise work * extract tree itself * tweak tests * chunk tests complete * add surface test * fix badlands * refactor perlin noise * frozen ocean tests * fix glaciers * cache optimization * cache block lookup * update asset files * add second badlands test * add biome blend test * add more tests
23 lines
349 B
TOML
23 lines
349 B
TOML
[package]
|
|
name = "pumpkin-util"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-nbt = { path = "../pumpkin-nbt" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
bytes.workspace = true
|
|
rand = "0.9"
|
|
|
|
|
|
num-traits = "0.2"
|
|
|
|
colored = "3.0"
|
|
md5 = "0.7"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
proc-macro2 = "1.0"
|
|
enum_dispatch = "0.3.13"
|
|
|