8000 GitHub - jredfox/confighelper: make modpacks with ease
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jredfox/confighelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confighelper

make modpacks with ease

setup asm

for loading in deob -Dfml.coreMods.load=jml.evilnotch.lib.asm.ASMPlugin for compiling input this into your build.gradle make sure the build.gradle target compatability is JRE 1.8 as my interfaces require it

jar {
    manifest {
        attributes 'FMLCorePlugin': 'jml.evilnotch.lib.asm.ASMPlugin',
        'FMLCorePluginContainsFMLMod': 'false',
	    'FMLAT': 'confighelper_at.cfg'
    }
}

About

make modpacks with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0