Skip to content

qzconnor/LabyModAddon-1.8.9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages