This is a Minecraft mod made with Minecraft Forge. Its goal is to train an AI to play minecraft, it uses the Neuralm Java Client to communicate with the Neuralm Server. It requests brains, tests them, and sends the results back to the server.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need the following tools:
Follow these steps to get your development environment set up:
- Clone the repository.
- Import the build.gradle into IntelliJ.
- Run
gradlew genIntellijRuns
To generate the build mod jar to use in a normal game run gradlew build
.
The build mod jar will be in build/libs.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Glovali - Initial work - Metalglove
- Suppergerrie2 - Initial work - Suppergerrie2
- TheMechanist1 - Initial work - MechanistPlays
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details