Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 981 Bytes

README.md

File metadata and controls

41 lines (37 loc) · 981 Bytes

LabyModAddon-1.8.9

This Template uses the Forge version (#1855)

LabyMod Docs

LabyMod Libs to Download the Latest Version of the API.

Setup Workspace

gradlew setupDecompWorkspace 
Setup for InteliJ
gradlew idea
Setup for Eclipse
gradlew eclipse

Build Addon

gradlew build 

Debug Addon

-Dfml.coreMods.load=net.labymod.core.asm.LabyModCoreMod -DdebugMode=true -Daddonresources=addon.json

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"
}