Move 'archivesBaseName' to props file on Forge

This commit is contained in:
Aizistral
2026-03-27 21:59:34 +01:00
parent 69badbc96f
commit d937308cd8
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ plugins {
version = project.modVersion
group = 'com.aizistral.nochatrestrictions'
archivesBaseName = 'NoChatRestrictions'
// Mojang ships Java 25 to end users in 26.1+, so your mod should target Java 25.
java.toolchain.languageVersion = JavaLanguageVersion.of(25)