Skip to content

Commit

Permalink
fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 19, 2024
1 parent 5412228 commit ae15ca8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ tasks.named('jar', Jar).configure {
manifest {
attributes([
'Specification-Title' : mod_id,
'Specification-Vendor' : "Trinsdar",
'Specification-Vendor' : "GregTech-Intergalactical",
'Specification-Version' : '1', // We are version 1 of ourselves
'Implementation-Title' : project.name,
'Implementation-Version' : project.jar.archiveVersion,
'Implementation-Vendor' : "Trinsdar",
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
'Implementation-Version' : project.version,
'Implementation-Vendor' : "GregTech-Intergalactical",
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs" : "tesseract-forge.mixins.json"
])
}
}
Expand Down

0 comments on commit ae15ca8

Please sign in to comment.