mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2026-04-04 08:35:34 +08:00
0.2.0
升级模组版本到1.20.4
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
|
||||
"twd-sasf.bilibili": "Bilibili",
|
||||
"twd-sasf.blog": "Blog"
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"info.twd.rtp.success": "已将玩家%s传送到%d %d %d",
|
||||
"error.twd.rtp.not_player": "执行命令的不是玩家",
|
||||
"warning.twd.rtp.retry": "重试次数过大,为避免死循环将在本次传送中取消距离保护"
|
||||
"warning.twd.rtp.retry": "重试次数过大,为避免死循环将在本次传送中取消距离保护",
|
||||
"twd.bilibili": "哔哩哔哩主页",
|
||||
"twd.blog": "TheWhiteDog9487的博客"
|
||||
}
|
||||
@@ -13,14 +13,10 @@
|
||||
},
|
||||
"license": "WTFPL",
|
||||
"icon": "assets/randomteleporter/icon.png",
|
||||
"environment": "server",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"xyz.thewhitedog9487.RandomTeleporter"
|
||||
],
|
||||
"client": [
|
||||
"xyz.thewhitedog9487.RandomTeleporterClient"
|
||||
]
|
||||
"xyz.thewhitedog9487.RandomTeleporter"]
|
||||
},
|
||||
"mixins": [
|
||||
"randomteleporter.mixins.json",
|
||||
@@ -30,10 +26,10 @@
|
||||
}
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.24",
|
||||
"minecraft": "~1.19.1",
|
||||
"fabricloader": ">=0.15.6",
|
||||
"minecraft": "~1.20.4",
|
||||
"java": ">=17",
|
||||
"fabric": "*"
|
||||
"fabric-api": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
@@ -41,7 +37,7 @@
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"twd-sasf.bilibili": "https://space.bilibili.com/401746666",
|
||||
"twd-sasf.blog": "www.thewhitedog9487.xyz"},
|
||||
"twd.bilibili": "https://space.bilibili.com/401746666",
|
||||
"twd.blog": "www.thewhitedog9487.xyz"},
|
||||
"update_checker": true}}
|
||||
}
|
||||
Reference in New Issue
Block a user