Setting up the "Workspace" and importing Minecraft source code project with FML implementation.
Overview of FML Tutorial | Jump forward to ... tutorialUnsure if your Windows PC is a64-bit
or a32-bit
just download all blue marked downloads and you'll be fine.
Eclipse IDE for Java Developers is the programming environment where you type in all code and then "Compile" it and see if code running correctly otherwise you only get an error message.
Forge is a minecraft libraries witch enables you to create mods on both client-side and server-side to customize new blocks, fuel, trees and add machines etc.
Java SE SDK is libraries for eclipse compiler so coding becomes available.
Java SE JRE is also libraries and a component to even start playing Minecraft in general.
WinRaR is an alternative program that we recommend for unzipping archived files.
Notepad++ is an alternative program that we recommend for the mcmod.info
file that we are going to configurate in this tutorial.
Install Java SE JRE by downloading Java JRE from our page above (or google "download Java SE JRE 7
" if you prefer).
Install Java SE SDK by downloading Java SDK from our page above (or google "download Java SE SDK 7
" if you prefer).
Download Forge src ...
(Source) from above or click alternative links.
Extract files into a new folder and name it whatever (my forge-folder is named: Minecraft-Forge_1.7.10
)
.