mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2025-12-17 12:32:05 +08:00
更新到Minecraft 1.21.11
再见了传奇耐更王,再见了Yarn 下一次相见时,就是没有源码混淆的Minecraft 26.1了
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("fabric-loom") version "1.11-SNAPSHOT"
|
||||
id("fabric-loom") version "1.14-SNAPSHOT"
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
@@ -25,10 +25,9 @@ loom {
|
||||
splitEnvironmentSourceSets()
|
||||
|
||||
mods {
|
||||
create("randomteleporter") {
|
||||
sourceSet(sourceSets["main"])
|
||||
sourceSet(sourceSets["client"])
|
||||
}
|
||||
val mod = create("randomteleporter")
|
||||
mod.sourceSet("main")
|
||||
mod.sourceSet("client")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user