@ -10,9 +10,9 @@ Template for making Babric mods for BTA!
- Minecraft Development plugin (Optional, but highly recommended)
- Minecraft Development plugin (Optional, but highly recommended)
## Setup instructions
## Setup instructions
1. Click the `Use this template` button on this repo's page above. Choose `Create a new repository`, you will be redirected to a new page. Enter your repo's name and description, and hit `Create repository`.
1. Click the `Use this template` button on this repo's page above. Choose `Create a new respository`, you will be redirected to a new page. Enter your repo's name and description, and hit `Create repository`.
To get your project, open IntelliJ IDEA and click `Get from VCS`. Select `Repository URL` and enter your repo's url
To get your project, open IntelliJ IDEA and click `Get from VCS`. Select `Repository URL` and enter your repo's url
2. After the project has finished importing, close it and open it again.
2. After the project has finished importing, close it and open it again.
@ -22,7 +22,15 @@ Template for making Babric mods for BTA!
Then click on the plus icon and select Gradle. In the `Tasks and Arguments` field enter `build`.
Then click on the plus icon and select Gradle. In the `Tasks and Arguments` field enter `build`.
Running it will build your finished jar files and put them in `build/libs/`.
Running it will build your finished jar files and put them in `build/libs/`.
4. Lastly, open `File` > `Settings` and head to `Build, Execution, Development` > `Build Tools` > `Gradle`.
4. While in the same place, select the Client and Server run configurations and edit the VM options under the SDK selection.
5. Lastly, open `File` > `Settings` and head to `Build, Execution, Development` > `Build Tools` > `Gradle`.
Make sure `Build and run using` and `Run tests using` is set to `Gradle`.
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!
6. 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!