Skip to content

Commit 0d94dba

Browse files
Update readme
1 parent 7eabf01 commit 0d94dba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Rename AT file name to your modid before using it. There's an example entry in A
6161
**WARNING**: ATs from dependency won't be applied to vanilla source.
6262

6363
### Source Code with Comments
64-
6564
Run `genSources` task in gradle.
6665

6766
If you want to `find usage` from vanilla like RFG, just change the scope in IntelliJ settings.
6867

6968
### Running Client or Server
70-
You MUST add mods by using `modImplementation` or `modRuntimeOnly`, or mapping and ATs will break.
69+
You **MUST** add mods by using `modImplementation` or `modRuntimeOnly`, or mapping and ATs will break.
70+
71+
If you are using IntelliJ, **DO NOT** use the `Minecraft Client` configure with a blue icon. Just use the `runClient` Gradle task.
7172

7273
### GitHub Action
7374
This template comes with three workflows.

0 commit comments

Comments
 (0)