更新开发环境Minecraft和Fabric版本

This commit is contained in:
TheWhiteDog9487 2025-03-26 10:26:02 +08:00
parent 96a69f3262
commit 66a1529132
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
plugins {
id("fabric-loom") version "1.9-SNAPSHOT"
id("fabric-loom") version "1.10-SNAPSHOT"
id("maven-publish")
}

View File

@ -4,9 +4,9 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9
minecraft_version=1.21.5
yarn_mappings=1.21.5+build.1
loader_version=0.16.10
# Mod Properties
mod_version=0.3.5
@ -14,11 +14,11 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter
# Dependencies
fabric_version=0.110.5+1.21.4
fabric_version=0.119.5+1.21.5
# https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=13.0.0-beta.1
modmenu_version=14.0.0-rc.2
# loom_libraries_base=https://bmclapi2.bangbang93.com/maven/
# loom_resources_base=https://bmclapi2.bangbang93.com/assets/

View File

@ -27,10 +27,10 @@
}
],
"depends": {
"fabricloader": ">=0.16.9",
"minecraft": "1.21.4",
"fabricloader": ">=0.16.10",
"minecraft": "1.21.5",
"java": ">=21",
"fabric-api": ">=0.110.5"
"fabric-api": ">=0.119.5"
},
"suggests": {
"another-mod": "*"