mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2025-10-15 16:05:04 +08:00
更新至Minecraft 1.21.8
Feature Drop和Bugfix混用小版本号的话,年底,不,甚至暑假结束之前有望突破1.21.10
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
plugins {
|
||||
id("fabric-loom") version "1.10-SNAPSHOT"
|
||||
id("fabric-loom") version "1.11-SNAPSHOT"
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
version = "${project.extra["mod_version"]}"
|
||||
version = project.extra["mod_version"] as String
|
||||
group = project.extra["maven_group"] as String
|
||||
|
||||
base {
|
||||
|
Reference in New Issue
Block a user