From 53f761e75235a8872355ce6dc6fdde076babe82f Mon Sep 17 00:00:00 2001 From: UselessBullets <80850784+UselessBullets@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:43:11 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf41e96..a8dfaaa 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,11 @@ Template for making Babric mods for BTA! Make sure `Build and run using` and `Run tests using` is set to `Gradle`. 5. Done! Now, all that's left is to change every mention of `examplemod` and `turniplabs` to your own mod id and mod group, respectively. Happy modding! + +## Tips + +1. You can set your username when launching the client run configuration by setting `--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. +