mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2026-04-15 05:47:57 +08:00
更新到Minecraft 26.1.2
This commit is contained in:
@@ -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>
|
||||
<a href="https://git.thewhitedog9487.xyz/TheWhiteDog9487/RandomTeleporter/src/branch/%E4%B8%BB%E8%A6%81/README.md">简体中文(Gitea)</a>
|
||||
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README_EN.md">English(GitHub)</a>
|
||||
|
||||
@@ -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>
|
||||
<a href="https://git.thewhitedog9487.xyz/TheWhiteDog9487/RandomTeleporter/src/branch/%E4%B8%BB%E8%A6%81/README.md">简体中文(Gitea)</a>
|
||||
<a href="https://github.com/TheWhiteDog9487/RandomTeleporter/blob/%E4%B8%BB%E8%A6%81/README_EN.md">English(GitHub)</a>
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": "*"
|
||||
|
||||
Reference in New Issue
Block a user