mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2026-02-23 13:06:12 +08:00
更新到Minecraft 1.21.11
再见了传奇耐更王,再见了Yarn 下一次相见时,就是没有源码混淆的Minecraft 26.1了
This commit is contained in:
committed by
TheWhiteDog9487
parent
2f5e154cc4
commit
5788f78a4d
@@ -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