Skip to content

Commit ae15ca8

Browse files
committed
fixed manifest
1 parent 5412228 commit ae15ca8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

forge/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ tasks.named('jar', Jar).configure {
6868
manifest {
6969
attributes([
7070
'Specification-Title' : mod_id,
71-
'Specification-Vendor' : "Trinsdar",
71+
'Specification-Vendor' : "GregTech-Intergalactical",
7272
'Specification-Version' : '1', // We are version 1 of ourselves
7373
'Implementation-Title' : project.name,
74-
'Implementation-Version' : project.jar.archiveVersion,
75-
'Implementation-Vendor' : "Trinsdar",
76-
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
74+
'Implementation-Version' : project.version,
75+
'Implementation-Vendor' : "GregTech-Intergalactical",
76+
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
77+
"MixinConfigs" : "tesseract-forge.mixins.json"
7778
])
7879
}
7980
}

0 commit comments

Comments
 (0)