File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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-
6564Run ` genSources ` task in gradle.
6665
6766If 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
7374This template comes with three workflows.
You can’t perform that action at this time.
0 commit comments