Skip to content

a Minecraft mod for 1.20.1 adding finite automaton capabilities

License

Notifications You must be signed in to change notification settings

ElijahTyler/finite-automata-mod

Repository files navigation

Finite Automata Mod

a Minecraft mod for 1.20.1 adding finite automaton capabilities

DevPost link for GrizzHacks 6

Setup

This is mainly guided for IntelliJ users, although other IDEs likely cause no issue.

  1. Clone the repository
  2. Open the project in your favorite Java IDE (IntelliJ, NetBeans, etc.)
  3. 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

Run the runClient task. That's it!

Project Description

OVERVIEW

bruh

THE BLOCKS

bruh

About

a Minecraft mod for 1.20.1 adding finite automaton capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages