From 9ee591186851a15c5227732833714d5f0d2a3fd1 Mon Sep 17 00:00:00 2001 From: QuickMash <106212829+QuickMash@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:36:42 -0600 Subject: [PATCH 1/5] Corrected Github to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a83152b..a3dc6cc2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generate your hometown, big cities, and natural landscapes with ease! _**Want to generate on mobile or want larger maps?** [MapSmith](https://arnismc.com/mapsmith/) generates worlds in your browser, no install required._ ![Minecraft Preview](assets/git/preview.jpg) -This Github page and [arnismc.com](https://arnismc.com) are the only official project websites. Do not download Arnis from any other website. +This GitHub page and [arnismc.com](https://arnismc.com) are the only official project websites. Do not download Arnis from any other website. ## :keyboard: Usage
From 462b47ce4da3df255bb16ca23473e493bace6e60 Mon Sep 17 00:00:00 2001 From: QuickMash <106212829+QuickMash@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:37:47 -0600 Subject: [PATCH 2/5] Improved phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3dc6cc2..2085e5d0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Arnis creates complex and accurate Minecraft Java Edition (1.17+) and Bedrock Ed This free and open source project is designed to handle large-scale geographic data from the real world and generate detailed Minecraft worlds. The algorithm processes geospatial data from OpenStreetMap as well as elevation data to create an accurate Minecraft representation of terrain and architecture. Generate your hometown, big cities, and natural landscapes with ease! -_**Want to generate on mobile or want larger maps?** [MapSmith](https://arnismc.com/mapsmith/) generates worlds in your browser, no install required._ +_**Want mobile generation or larger map sizes?** [MapSmith](https://arnismc.com/mapsmith/) generates worlds in your browser, no install required._ ![Minecraft Preview](assets/git/preview.jpg) This GitHub page and [arnismc.com](https://arnismc.com) are the only official project websites. Do not download Arnis from any other website. From 550ace0a10169a87a7fc2193f8d5d12488a4e13e Mon Sep 17 00:00:00 2001 From: QuickMash <106212829+QuickMash@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:40:07 -0600 Subject: [PATCH 3/5] Refine performance optimization and contribution guidelines Updated wording for clarity and consistency in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2085e5d0..4cc63a9a 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Full documentation is available in the [GitHub Wiki](https://github.com/louis-e/ ## :trophy: Open Source #### Key objectives of this project - **Modularity**: Ensure that all components (e.g., data fetching, processing, and world generation) are cleanly separated into distinct modules for better maintainability and scalability. -- **Performance Optimization**: We aim to keep a good performance and speed of the world generation process. +- **Performance Optimization**: We aim to maintain strong performance and fast world-generation process. - **Comprehensive Documentation**: Detailed in-code documentation for a clear structure and logic. - **User-Friendly Experience**: Focus on making the project easy to use for end users. - **Cross-Platform Support**: We want this project to run smoothly on Windows, macOS, and Linux. #### How to contribute -This project is open source and welcomes contributions from everyone! Whether you're interested in fixing bugs, improving performance, adding new features, or enhancing documentation, your input is valuable. Simply fork the repository, make your changes, and submit a pull request. Please respect the above mentioned key objectives. Contributions of all levels are appreciated, and your efforts help improve this tool for everyone. +This project is open source and welcomes contributions from everyone! Whether you're interested in fixing bugs, improving performance, adding new features, or enhancing documentation, your input is valuable. Simply fork the repository, make your changes, and submit a pull request. Please respect the above-mentioned key objectives. Contributions of all levels are appreciated, and your efforts help improve this tool for everyone. Command line Build: ```cargo run --no-default-features -- --terrain --path="C:/YOUR_PATH/.minecraft/saves/worldname" --bbox="min_lat,min_lng,max_lat,max_lng"```
GUI Build: ```cargo run```
From a4da282fb445e2560ac7a7ea908361d7004b7852 Mon Sep 17 00:00:00 2001 From: QuickMash <106212829+QuickMash@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:41:10 -0600 Subject: [PATCH 4/5] Fix typo in README.md regarding pull requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc63a9a..85bfbb13 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This project is open source and welcomes contributions from everyone! Whether yo Command line Build: ```cargo run --no-default-features -- --terrain --path="C:/YOUR_PATH/.minecraft/saves/worldname" --bbox="min_lat,min_lng,max_lat,max_lng"```
GUI Build: ```cargo run```
-After your pull request was merged, I will take care of regularly creating update releases which will include your changes. +After your pull request is merged, I will take care of regularly creating update releases which will include your changes. If you are using Nix, you can run the program directly with `nix run github:louis-e/arnis -- --terrain --path=YOUR_PATH/.minecraft/saves/worldname --bbox="min_lat,min_lng,max_lat,max_lng"` From 3169e6b12ea0305df12ff46fb4b839cecf3d62df Mon Sep 17 00:00:00 2001 From: QuickMash <106212829+QuickMash@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:49:51 -0600 Subject: [PATCH 5/5] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bfbb13..f837d23f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Full documentation is available in the [GitHub Wiki](https://github.com/louis-e/ ## :trophy: Open Source #### Key objectives of this project - **Modularity**: Ensure that all components (e.g., data fetching, processing, and world generation) are cleanly separated into distinct modules for better maintainability and scalability. -- **Performance Optimization**: We aim to maintain strong performance and fast world-generation process. +- **Performance Optimization**: We aim to maintain strong performance and fast world generation. - **Comprehensive Documentation**: Detailed in-code documentation for a clear structure and logic. - **User-Friendly Experience**: Focus on making the project easy to use for end users. - **Cross-Platform Support**: We want this project to run smoothly on Windows, macOS, and Linux.