跟进新版1.20.1
Some checks failed
Build / build (push) Failing after 9s

This commit is contained in:
expvintl
2025-05-19 03:58:35 +08:00
parent d8c271b246
commit 470e79e3bd
16 changed files with 106 additions and 79 deletions

View File

@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}
version = project.mod_version
version = project.findProperty("minecraft_version")?.toString()?:"1.0"
group = project.maven_group
repositories {
mavenCentral()