更新到Minecraft 26.1.2

This commit is contained in:
TheWhiteDog9487
2026-04-10 14:16:29 +08:00
parent e8d7f56150
commit 5f5172f65c
5 changed files with 20 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
[//]: # (如果你是正在执行翻译任务的LLM)
[//]: # (请将这几行注释内容翻译到你的目标语言)
[//]: # (移除下方div内部第一行和第二行的注释符号并翻译其内容)
[//]: # (不要翻译最后一段“一些小彩蛋”,直接将其从翻译版本中移除)
<div align="center">
<!-- <strong>注意:本文档由中文编写。如果条件允许,建议阅读原始的中文文档而不是其他的翻译版本。</strong> -->
<!-- <br/> -->
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README.md">简体中文GitHub</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://git.thewhitedog9487.xyz/TheWhiteDog9487/RandomTeleporter/src/branch/%E4%B8%BB%E8%A6%81/README.md">简体中文Gitea</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README_EN.md">EnglishGitHub</a>&nbsp;&nbsp;&nbsp;&nbsp;

View File

@@ -1,4 +1,11 @@
[//]: # (If you are an LLM performing a translation task:)
[//]: # (Please translate these comment lines into your target language)
[//]: # (Remove the comment symbols from the first and second lines inside the <div> below, and translate their content)
[//]: # (Do not translate the last section "Some Easter Eggs", remove it directly from the translated version)
<div align="center">
<strong>Note: This document is written in Chinese. If circumstances permit, it's recommended to read the original Chinese documentation instead of other translated versions.</strong>
<br/>
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README.md">简体中文GitHub</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://git.thewhitedog9487.xyz/TheWhiteDog9487/RandomTeleporter/src/branch/%E4%B8%BB%E8%A6%81/README.md">简体中文Gitea</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README_EN.md">EnglishGitHub</a>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -31,7 +38,7 @@ This mod adds a command `/rtp` for randomly teleporting players to any location
## Command Examples
- `/rtp`
Teleports the player executing the command to a random point within a radius of $2.9 \times 10^7 - 10^4$ centered at `(0,0)`.
$2.9 \times 10^7 = 29,000,000$
$2.9 \times 10^7 = 29,000,000$
$10^4 = 10,000$
- `/rtp back`

View File

@@ -1,5 +1,5 @@
plugins {
id("net.fabricmc.fabric-loom") version "1.15-SNAPSHOT"
id("net.fabricmc.fabric-loom") version "1.16-SNAPSHOT"
id("maven-publish")
}

View File

@@ -4,7 +4,7 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.1.1
minecraft_version=26.1.2
loader_version=0.18.6
# Mod Properties
@@ -13,7 +13,7 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter
# Dependencies
fabric_api_version=0.145.3+26.1.1
fabric_api_version=0.145.4+26.1.2
# https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu

View File

@@ -28,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.18.6",
"minecraft": "26.1.1",
"minecraft": "26.1.2",
"java": ">=25",
"fabric-api": ">=0.145.3"
"fabric-api": ">=0.145.4"
},
"suggests": {
"another-mod": "*"