As a newbie to modding, I have a basic knowledge to Java and I could search up on the Internet tutorials on adding blocks, items, GUIs, entities, etc. My only issue is that I wish to know a few things that could make my development of my first mod easier. Videos would greatly help.
When the source code of Minecraft is decompiled, how do I implement Minecraft Forge without failing a decompiling process or pasting it after the decompiling which would screw it all up?
How do I make a configuration file and customizable gameplay elements using the file?
With the new Searge Obfuscation, how do I enable it to reobfuscate the mod to the current version?
And finally, since my mod would involve creating mod elements in-game, how do I make Forge reinitialize and load the newly added creations?