jredfox / confighelper

make modpacks with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%