Skip to content

Commit

Permalink
Update run names and folders in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 24, 2024
1 parent 316e147 commit 8bc5b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ neoDev {
server {
server()
}
// Generated files are in run/generated
// Generated files are in run/data/generated
data {
data()
programArgument "--all"
Expand Down

0 comments on commit 8bc5b4c

Please sign in to comment.