Mod Developers, Read Up!

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Minalien

New Member
Jul 29, 2019
40
0
0
So, it's recently come to light that a lot of new Forge features go unnoticed because... well, apparently we're not the most communicative community on the planet. So, since I like to write tutorials and such anyway, I've decided that I'm going to start writing up information on new features as they come up in the future, as well as some that are around that a lot of you haven't heard of because you don't spend your valuable time pouring over Twitter and the various pull requests on the MinecraftForge and FML repositories.

First up: The @API Annotation!
https://github.com/Minalien/BlogArchive/blob/master/ForgeTutorials/Spotlight__API_Annotation.md

Next: The @Optional Annotation set!
https://github.com/Minalien/BlogArchive/blob/master/ForgeTutorials/Spotlight__Optional_Annotation.md

Forge In-Game Mod Configuration GUIs!
https://github.com/Minalien/BlogArchive/blob/master/ForgeTutorials/Spotlight__Config_GUIs.md
 
Last edited:
I have no idea what that stuff is in the link but if it means new cooler stuff in mods +1 billion
 
Not a mod developer myself, but I can see how a centralised resource such as this would be helpful
This is my encouragement to say, Do this more! there will be cookies waiting for you.
 
I'm not yet a mod developer although I'm starting up to become one. I am a professional java developer, just need to learn MC and forge. A set of tutorials and centralized information would be very useful indeed.
 
Epic idea highlighting two epic features =)
One suggestion though, if you are going to continue this, note somewhere which Forge version the features were introduced in.
 
  • Like
Reactions: Narc
These are great, thanks a lot. Setting up your mod to use the in-game configuration menu should be a mandatory requirement for modding!