From a19ac509226e023fe3930ae937739bd3e6b52a4e Mon Sep 17 00:00:00 2001 From: UselessBullets <80850784+UselessBullets@users.noreply.github.com> Date: Sat, 4 May 2024 16:46:52 -0500 Subject: [PATCH 1/2] Create jitpack.yml --- jitpack.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jitpack.yml diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..efde7bf --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - openjdk17 From 4a5eb0fd4018c301cec37771521765743e352fce Mon Sep 17 00:00:00 2001 From: UselessBullets <80850784+UselessBullets@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:16:50 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46e42d4..b14f829 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Template for making Babric mods for BTA! 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 ` 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. +3. Set `online-mode` to `false` in order to be able to join your server! +4. When launching the server run configuration you may want to remove the `nogui` program argument in order to see the regular server GUI. +5. 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. +6. 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.