forked from obvtiger/worldgen
warning. lots of clanker activity
- Java 99.6%
- Rust 0.4%
| java | ||
| logs | ||
| mc-worldgen | ||
| meta | ||
| .gitignore | ||
| decompile.sh | ||
| README.md | ||
mc-worldgen
Bit-identical reimplementation of Minecraft 1.12.2 world generation in Rust.
The Rust crate lives in mc-worldgen/. It includes parity tests against Java
fixtures for RNG, biome layers, noise, terrain, surface generation, caves, and
ravines.
Quick commands
cargo test --manifest-path mc-worldgen/Cargo.toml
cargo run --manifest-path mc-worldgen/Cargo.toml --features bin --bin gen -- 1 0 0
The gen binary prints a compact 16x16 top-block map for a chunk. Use
--stage terrain, --stage surface, or --stage full to inspect different
pipeline stages.