TheWhiteDog9487 8c55311f27 更新至Minecraft 1.21.7
La-la-la-lava, ch-ch-ch-chicken
Steve's Lava Chicken, yeah, it's tasty as hell
Ooh, mamacita, now you're ringin' the bell
Crispy and juicy, now you're havin' a snack
Ooh, super spicy, it's a lava attack
2025-07-01 08:49:58 +08:00

43 lines
1013 B
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.16.14",
"minecraft": "1.21.7",
"java": ">=21",
"fabric-api": ">=0.128.1"
},
"suggests": {
"another-mod": "*"
},
"custom": {
"modmenu": {
"links": {
"bilibili": "https://space.bilibili.com/401746666"},
"update_checker": true}}
}