Fix 'manifestVersion' in NeoForge buildscript

This commit is contained in:
Aizistral
2026-01-28 23:52:47 +01:00
parent 8a40412554
commit 2ab39dcd19

View File

@@ -77,9 +77,9 @@ jar {
attributes([
"Specification-Title": "NoChatRestrictions",
"Specification-Vendor": "Aizistral",
"Specification-Version": project.manifestVersion,
"Specification-Version": project.manifest_version,
"Implementation-Title": project.name,
"Implementation-Version": project.manifestVersion,
"Implementation-Version": project.manifest_version,
"Implementation-Vendor" :"NoChatRestrictions",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])