Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tymanwastaken/forgemoddingresources


https://github.com/tymanwastaken/forgemoddingresources

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

> Note: this is geared towards forge 1.8.9

## Tutorials on how to set up intellij for minecraft modding

[HOWTO setup the Minecraft Forge MDK in IntelliJ 2016.1](https://youtu.be/PfmlNiHonV0) (video, given by Microcontrollers#6733)

[Using Intellij IDEA for Mod-Development with ForgeGradle](https://forums.minecraftforge.net/topic/21150-using-intellij-idea-for-mod-development-with-forgegradle/) (forge forums post, given by Phoube#5809)

[Setting up the forge workspace](https://github.com/TymanWasTaken/ForgeModdingResources/blob/master/mytutorials/setting-up.md) made by me :)

## Tutorials on how to actually make a mod

[How to fix forgegradle for 1.8.9 forge mods](https://gist.github.com/asbyth/ba2cd9b66925f2437bbcfcd884d60af7) (Made by asbyth)

[How to make a Minecraft (1.8) mod](https://gist.github.com/nornagon/f9ae87c01740db0518b7) (Collection of tutorials, given by Shakespaw#1906 ***__WARNING: this tutorial uses scala, which is similar to java but has many differences.__***)

[Minecraft Forge Events](https://github.com/TymanWasTaken/ForgeModdingResources/blob/master/mytutorials/events.md) made by me :)

[Minecraft Forge Commands](https://github.com/TymanWasTaken/ForgeModdingResources/blob/master/mytutorials/commands.md) made by me :)