完善了一下命令,非常的人性化。
添加了README
This commit is contained in:
2024-01-21 13:56:41 +08:00
parent 54a9fce320
commit d1aeef5727
6 changed files with 109 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
{
"twd-sasf.bilibili": "Bilibili",
"twd-sasf.blog": "Blog"
"modmenu.nameTranslation.randomteleporter": "RandomTeleporter",
"modmenu.descriptionTranslation.randomteleporter": "Added two commands for random teleportation",
"twd.bilibili": "Bilibili",
"twd.blog": "Blog"
}

View File

@@ -1,4 +1,6 @@
{
"modmenu.nameTranslation.randomteleporter": "随机传送",
"modmenu.descriptionTranslation.randomteleporter": "增加了两个用于随机传送的命令",
"info.twd.rtp.success": "已将玩家%s传送到%d %d %d",
"error.twd.rtp.not_player": "执行命令的不是玩家",
"warning.twd.rtp.retry": "重试次数过大,为避免死循环将在本次传送中取消距离保护",

View File

@@ -9,7 +9,8 @@
],
"contact": {
"homepage": "https://modrinth.com/mod/randomteleporter",
"sources": "https://github.com/TheWhiteDog9487/RandomTeleporter"
"sources": "https://github.com/TheWhiteDog9487/RandomTeleporter",
"issues": "https://github.com/TheWhiteDog9487/RandomTeleporter/issues"
},
"license": "WTFPL",
"icon": "assets/randomteleporter/icon.png",