Baubles

Baubles

116M Downloads

(1.9) Crash upon opening inventory, creative. Baubles inventory works fine.

Hyxaru opened this issue ยท 3 comments

commented

The same thing is happening to me but I am using the deobf version.

commented

#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
 }
commented

ah