a Minecraft mod for 1.20.1 adding finite automaton capabilities
This is mainly guided for IntelliJ users, although other IDEs likely cause no issue.
- Clone the repository
- Open the project in your favorite Java IDE (IntelliJ, NetBeans, etc.)
- Navigate to File/Project Structure and ensure usage of Java JDK 17
In your Gradle tasks tab, navigate to the "forgegradle runs" folder. You'll see two main tasks we used during GrizzHacks: runData and runClient.
-
runData is used for data generation regarding block JSON files
-
runClient is used for opening an instance of Minecraft with the mod pre-lodaed
Run the runClient task. That's it!
bruh
bruh