mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +08:00
Move 'archivesBaseName' to props file on Forge
This commit is contained in:
@@ -16,7 +16,6 @@ plugins {
|
|||||||
|
|
||||||
version = project.modVersion
|
version = project.modVersion
|
||||||
group = 'com.aizistral.nochatrestrictions'
|
group = 'com.aizistral.nochatrestrictions'
|
||||||
archivesBaseName = 'NoChatRestrictions'
|
|
||||||
|
|
||||||
// Mojang ships Java 25 to end users in 26.1+, so your mod should target Java 25.
|
// Mojang ships Java 25 to end users in 26.1+, so your mod should target Java 25.
|
||||||
java.toolchain.languageVersion = JavaLanguageVersion.of(25)
|
java.toolchain.languageVersion = JavaLanguageVersion.of(25)
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ org.gradle.daemon=false
|
|||||||
minecraft_version=26.1
|
minecraft_version=26.1
|
||||||
forge_version=62.0.3
|
forge_version=62.0.3
|
||||||
|
|
||||||
|
archivesBaseName=NoChatRestrictions
|
||||||
modVersion=Forge-MC1.21.11-v1.0.0
|
modVersion=Forge-MC1.21.11-v1.0.0
|
||||||
manifestVersion=1.21.11-v1.0.0
|
manifestVersion=1.21.11-v1.0.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user