ForgeModdingSkeleton
ForgeModdingSkeleton copied to clipboard
Skeletons for building Forge mods
Mostly to feed the @Mod, mcmod.info or mods.toml.
Adding support for the ProGuard plugin can allow mods to obfuscate code, or apply commonly accepted modifications to the bytecode that will reduce file size and improve performance of code.
We need to be able to read info from mods.toml and also to be able to write it to mods.toml
So, firstly, in the gradle.properties, where it says "don't put it here", it'd be nice to note that you can put a gradle.properties in your GRADLE_USER_HOME (default on linux is...
It would be nice if this project had, as well as a todo list, a todone list if you will.