Fix Forge mod version crash

This commit is contained in:
Aizistral
2026-01-26 20:29:00 +01:00
parent af5c2cebb8
commit 7981c9526a
2 changed files with 4 additions and 3 deletions

View File

@@ -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",

View File

@@ -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