mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +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
397 B
TOML
23 lines
397 B
TOML
[package]
|
|
name = "pumpkin-data"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
build = "build/build.rs"
|
|
|
|
[dependencies]
|
|
pumpkin-util = { path = "../pumpkin-util" }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[build-dependencies]
|
|
pumpkin-util = { path = "../pumpkin-util" }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
heck = "0.5"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|