(1.9) Crash upon opening inventory, creative. Baubles inventory works fine.
Hyxaru opened this issue ยท 3 comments
#129 didn't include the FMLAT
Manifest attribute
+def commonManifest = {
+ attributes 'FMLAT': 'baubles_at.cfg'
+}
+
+jar {
+ manifest commonManifest
+}
+
// Create deobf dev jars
task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'deobf'
+ manifest commonManifest
}