Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymanwastaken/forgemoddingresources
https://github.com/tymanwastaken/forgemoddingresources
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tymanwastaken/forgemoddingresources
- Owner: TymanWasTaken
- Created: 2021-02-01T15:47:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T18:56:38.000Z (about 2 years ago)
- Last Synced: 2024-05-09T12:55:15.061Z (8 months ago)
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 :)