below, and translate their content)
+[//]: # (Do not translate the last section "Some Easter Eggs", remove it directly from the translated version)
+
+
Note: This document is written in Chinese. If circumstances permit, it's recommended to read the original Chinese documentation instead of other translated versions.
+
简体中文(GitHub)
简体中文(Gitea)
English(GitHub)
@@ -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`
diff --git a/build.gradle.kts b/build.gradle.kts
index 1c174f1..b194408 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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")
}
diff --git a/gradle.properties b/gradle.properties
index 198d98a..a495230 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 19aa72d..833f7b2 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -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": "*"