Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessBullets authored Jan 17, 2024
1 parent 6a5ea6a commit 8d562aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ Template for making Babric mods for BTA!

## Tips

1. You can set your username when launching the client run configuration by setting `--username <username>` in your program arguments.
2. When launching the server run configuration you may want to remove the `nogui` program argument in order to see the regular server GUI.
3. In Intellij you can double press shift or press ctrl+N to search class files, change the search from the default `Project Files` to `All Places` you can easily explore the classes for you dependencies and even BTA itself.
4. In Intellij if ctrl+left click on a field or method you can quickly get information on when and where that field or method is assign or used.
1. If you haven't already you should join the BTA modding discord! https://discord.gg/FTUNJhswBT
2. You can set your username when launching the client run configuration by setting `--username <username>` in your program arguments.
3. When launching the server run configuration you may want to remove the `nogui` program argument in order to see the regular server GUI.
4. In Intellij you can double press shift or press ctrl+N to search class files, change the search from the default `Project Files` to `All Places` you can easily explore the classes for you dependencies and even BTA itself.
5. In Intellij if ctrl+left click on a field or method you can quickly get information on when and where that field or method is assign or used.

0 comments on commit 8d562aa

Please sign in to comment.