From 8bc5b4c3c363220eb50280e296ea151bb037f50b Mon Sep 17 00:00:00 2001 From: Technici4n <13494793+Technici4n@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:21:59 +0100 Subject: [PATCH] Update run names and folders in docs --- docs/CONTRIBUTING.md | 7 +++++-- projects/base/build.gradle | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 80f55cebf7..00f2af575d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -19,8 +19,11 @@ Contributing to NeoForge 8. Modify the patched Minecraft sources in `projects/neoforge/src/main/java` as needed. The unmodified sources are available in `projects/base/src/main/java` for your reference. Do not modify these. 9. Test your changes - Run the game (Runs are available in the IDE) - - Run `gradlew :tests:runGameTestServer` or `Tests: GameTestServer` from IDE - - Run `gradlew :tests:runGameTestClient` or `Tests: GameTestClient` from IDE + - Runs starting with `base -` run Vanilla without NeoForge or its patches. + - Runs starting with `neoforge -` run NeoForge. + - Runs starting with `tests -` run NeoForge along with the test mods in the `tests` project. + - Run `gradlew :tests:runGameTestServer` or `tests - GameTestServer` from IDE + - Run `gradlew :tests:runClient` or `tests - Client` from IDE - If possible, write an automated test under the tests project. See [NEOGAMETESTS.md](NEOGAMETESTS.md) for more info. 10. Run `gradlew genPatches` to generate patch-files from the patched sources 11. Run `gradlew applyAllFormatting` to automatically format sources diff --git a/projects/base/build.gradle b/projects/base/build.gradle index 512b5a5fee..04cca6fe08 100644 --- a/projects/base/build.gradle +++ b/projects/base/build.gradle @@ -25,7 +25,7 @@ neoDev { server { server() } - // Generated files are in run/generated + // Generated files are in run/data/generated data { data() programArgument "--all"