mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2025-04-17 09:19:45 +08:00
突然发现Ved3d类型的方法里有一个计算两点间距离的,那我就把我自己的工具库撤了。 然后我把命令权限等级从4下降到了2,和原版的/tp同步。 (我记得原版的tp是4级啊?我最早还去源代码里看了一眼,咋回事呢? 传送过去生成的保护平台,现在是3x3的玻璃而不是1x1的石头,而且玩家会站在平台的正中心。 例行更新Fabric API和Fabric Loader
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "randomteleporter",
|
|
"version": "${version}",
|
|
"name": "RandomTeleporter",
|
|
"description": "增加了两个用于随机传送的命令",
|
|
"authors": [
|
|
"TheWhiteDog9487"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/mod/randomteleporter",
|
|
"sources": "https://github.com/TheWhiteDog9487/RandomTeleporter",
|
|
"issues": "https://github.com/TheWhiteDog9487/RandomTeleporter/issues"
|
|
},
|
|
"license": "WTFPL",
|
|
"icon": "assets/randomteleporter/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"xyz.thewhitedog9487.RandomTeleporter"]
|
|
},
|
|
"mixins": [
|
|
"randomteleporter.mixins.json",
|
|
{
|
|
"config": "randomteleporter.client.mixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.15.7",
|
|
"minecraft": "~1.19.1",
|
|
"java": ">=17",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"twd.bilibili": "https://space.bilibili.com/401746666",
|
|
"twd.blog": "www.thewhitedog9487.xyz"},
|
|
"update_checker": true}}
|
|
} |