Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.36 KB

Welcome to Minecrafterooni!

About

This is a small Minecraft Mod, aimed at learning the forge/FML framework and how to work with it using Scala.

I followed mainly these resources:

These sound good, but I have not yet investigated further:

Thanks a lot to bdew for pointing most of this stuff out to me!

Installation

  • git clone this repository
  • Run gradlew setupDecompWorkspace to let gradle do its thing
  • Make a new IntelliJ project from these existing sources (I used Gradle as model)
  • Change stuff and use gradlew runClient or gradlew runServer to try stuff!