This Template uses the Forge version (#1855)
LabyMod Libs to Download the Latest Version of the API.
gradlew setupDecompWorkspace
gradlew idea
gradlew eclipse
gradlew build
-Dfml.coreMods.load=net.labymod.core.asm.LabyModCoreMod -DdebugMode=true -Daddonresources=addon.json
{
"uuid": "%uuid%",
"name": "Name of your addon",
"mainClass": "path.to.main",
"description": "This is my first addon!",
"version": 1,
"author": "YOUR_NAME",
"category": 1,
"icon": "http://link-to-icon.net/icon64x64.png"
}