mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Fix 'manifestVersion' in NeoForge buildscript
This commit is contained in:
@@ -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")
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user