File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments