mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Fix Forge mod version crash
This commit is contained in:
@@ -92,9 +92,9 @@ jar {
|
||||
attributes([
|
||||
"Specification-Title": "NoChatRestrictions",
|
||||
"Specification-Vendor": "Aizistral",
|
||||
"Specification-Version": project.version,
|
||||
"Specification-Version": project.manifestVersion,
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": "${version}",
|
||||
"Implementation-Version": project.manifestVersion,
|
||||
"Implementation-Vendor" :"NoChatRestrictions",
|
||||
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
|
||||
"TweakClass": "org.spongepowered.asm.launch.MixinTweaker",
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
org.gradle.daemon=false
|
||||
|
||||
modVersion=Forge-MC1.17.1-v1.0.0
|
||||
modVersion=Forge-MC1.17.1-v1.0.0
|
||||
manifestVersion=1.17.1-v1.0.0
|
||||
Reference in New Issue
Block a user