feat: corner smoothing and adding senf. also added the yellow of the egg #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Waradu/worldgen:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
genbinary declared inCargo.toml.--stage terrain|surface|fullfor inspecting different generation stages.Verification
rustfmt --check mc-worldgen/src/bin/gen.rscargo check --manifest-path mc-worldgen/Cargo.toml --features bincargo test --manifest-path mc-worldgen/Cargo.toml --features bincargo run --manifest-path mc-worldgen/Cargo.toml --features bin --bin gen -- 1 0 0 --stage surfaceNotes
A full
cargo fmt --checkstill reports pre-existing formatting differences across the crate. The new binary file is formatted and checked separately.self-vibe-coded
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.