feat: corner smoothing and adding senf. also added the yellow of the egg #1

Open
Waradu wants to merge 0 commits from Waradu/worldgen:main into main
First-time contributor

Summary

  • Adds the missing gen binary declared in Cargo.toml.
  • Provides a small CLI to generate a chunk and print a compact 16x16 top-block map.
  • Supports --stage terrain|surface|full for inspecting different generation stages.
  • Updates the README with accurate project context and quick commands.

Verification

  • rustfmt --check mc-worldgen/src/bin/gen.rs
  • cargo check --manifest-path mc-worldgen/Cargo.toml --features bin
  • cargo test --manifest-path mc-worldgen/Cargo.toml --features bin
  • cargo run --manifest-path mc-worldgen/Cargo.toml --features bin --bin gen -- 1 0 0 --stage surface

Notes

A full cargo fmt --check still reports pre-existing formatting differences across the crate. The new binary file is formatted and checked separately.

self-vibe-coded

## Summary - Adds the missing `gen` binary declared in `Cargo.toml`. - Provides a small CLI to generate a chunk and print a compact 16x16 top-block map. - Supports `--stage terrain|surface|full` for inspecting different generation stages. - Updates the README with accurate project context and quick commands. ## Verification - `rustfmt --check mc-worldgen/src/bin/gen.rs` - `cargo check --manifest-path mc-worldgen/Cargo.toml --features bin` - `cargo test --manifest-path mc-worldgen/Cargo.toml --features bin` - `cargo run --manifest-path mc-worldgen/Cargo.toml --features bin --bin gen -- 1 0 0 --stage surface` ## Notes A full `cargo fmt --check` still reports pre-existing formatting differences across the crate. The new binary file is formatted and checked separately. self-vibe-coded
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:Waradu-main
git switch Waradu-main

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.

git switch main
git merge --no-ff Waradu-main
git switch Waradu-main
git rebase main
git switch main
git merge --ff-only Waradu-main
git switch Waradu-main
git rebase main
git switch main
git merge --no-ff Waradu-main
git switch main
git merge --squash Waradu-main
git switch main
git merge --ff-only Waradu-main
git switch main
git merge Waradu-main
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
obvtiger/worldgen!1
No description provided.