2 Commits

Author SHA1 Message Date
d47907cdf4 更新至Minecraft 1.21.8
Feature Drop和Bugfix混用小版本号的话,年底,不,甚至暑假结束之前有望突破1.21.10
2025-07-18 11:19:41 +08:00
8c55311f27 更新至Minecraft 1.21.7
La-la-la-lava, ch-ch-ch-chicken
Steve's Lava Chicken, yeah, it's tasty as hell
Ooh, mamacita, now you're ringin' the bell
Crispy and juicy, now you're havin' a snack
Ooh, super spicy, it's a lava attack
2025-07-01 08:49:58 +08:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
plugins { plugins {
id("fabric-loom") version "1.10-SNAPSHOT" id("fabric-loom") version "1.11-SNAPSHOT"
id("maven-publish") id("maven-publish")
} }
version = "${project.extra["mod_version"]}" version = project.extra["mod_version"] as String
group = project.extra["maven_group"] as String group = project.extra["maven_group"] as String
base { base {

View File

@@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21.6 minecraft_version=1.21.8
yarn_mappings=1.21.6+build.1 yarn_mappings=1.21.8+build.1
loader_version=0.16.14 loader_version=0.16.14
# Mod Properties # Mod Properties
@@ -14,8 +14,8 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter archives_base_name=RandomTeleporter
# Dependencies # Dependencies
fabric_version=0.127.0+1.21.6 fabric_version=0.129.0+1.21.8
# https://modrinth.com/mod/modmenu/versions # https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=15.0.0-beta.1 modmenu_version=15.0.0-beta.3

View File

@@ -28,9 +28,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.16.14", "fabricloader": ">=0.16.14",
"minecraft": "1.21.6", "minecraft": "1.21.8",
"java": ">=21", "java": ">=21",
"fabric-api": ">=0.127.0" "fabric-api": ">=0.129.0"
}, },
"suggests": { "suggests": {
"another-mod": "*" "another-mod": "*"