mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +08:00
Fix Forge mod version crash
This commit is contained in:
@@ -92,9 +92,9 @@ jar {
|
|||||||
attributes([
|
attributes([
|
||||||
"Specification-Title": "NoChatRestrictions",
|
"Specification-Title": "NoChatRestrictions",
|
||||||
"Specification-Vendor": "Aizistral",
|
"Specification-Vendor": "Aizistral",
|
||||||
"Specification-Version": project.version,
|
"Specification-Version": project.manifestVersion,
|
||||||
"Implementation-Title": project.name,
|
"Implementation-Title": project.name,
|
||||||
"Implementation-Version": "${version}",
|
"Implementation-Version": project.manifestVersion,
|
||||||
"Implementation-Vendor" :"NoChatRestrictions",
|
"Implementation-Vendor" :"NoChatRestrictions",
|
||||||
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
|
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
|
||||||
"TweakClass": "org.spongepowered.asm.launch.MixinTweaker",
|
"TweakClass": "org.spongepowered.asm.launch.MixinTweaker",
|
||||||
|
|||||||
@@ -3,4 +3,5 @@
|
|||||||
org.gradle.jvmargs=-Xmx4G
|
org.gradle.jvmargs=-Xmx4G
|
||||||
org.gradle.daemon=false
|
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