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:
- How to make a Minecraft mod by nornagon (in Scala)
- The deobfuscated Minecraft Source Code!
- Minecraft Modding Knowledge Base
- Minecraft by Example by TheGreyGhost
- Minecraft Forge Documentation
- Modding Tutorials by _Bedrock_Miner_
These sound good, but I have not yet investigated further:
- Modder Support Forum
- IRC #MinecraftForge on esper.net
- Minecraft 1.9 Modding Tutorial on Youtube by MrCrayfish
Thanks a lot to bdew for pointing most of this stuff out to me!
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
orgradlew runServer
to try stuff!