更新到Minecraft 1.21.11

再见了传奇耐更王,再见了Yarn
下一次相见时,就是没有源码混淆的Minecraft 26.1了
This commit is contained in:
TheWhiteDog9487
2025-12-11 14:36:46 +08:00
parent 8f40dddc2a
commit a903dda82e
3 changed files with 11 additions and 13 deletions

View File

@@ -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")
}
}

View File

@@ -4,9 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.10
yarn_mappings=1.21.10+build.1
loader_version=0.17.2
minecraft_version=1.21.11
loader_version=0.18.2
# Mod Properties
mod_version=0.4.0
@@ -14,8 +13,8 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter
# Dependencies
fabric_version=0.134.1+1.21.10
fabric_version=0.139.4+1.21.11
# https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=16.0.0-rc.1
modmenu_version=17.0.0-alpha.1

View File

@@ -27,10 +27,10 @@
}
],
"depends": {
"fabricloader": ">=0.17.2",
"minecraft": "1.21.10",
"fabricloader": ">=0.18.2",
"minecraft": "1.21.11",
"java": ">=21",
"fabric-api": ">=0.134.1"
"fabric-api": ">=0.139.4"
},
"suggests": {
"another-mod": "*"