2020-10-06 16:15:07 +00:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
2022-10-17 00:21:29 +00:00
|
|
|
"id": "${id}-fabric",
|
2020-10-06 16:15:07 +00:00
|
|
|
"version": "${version}",
|
2022-10-17 00:21:29 +00:00
|
|
|
"name": "${name}-Fabric",
|
2020-10-06 16:15:07 +00:00
|
|
|
"description": "A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition. ",
|
|
|
|
"authors": [
|
2022-10-17 00:21:29 +00:00
|
|
|
"${author}"
|
2020-10-06 16:15:07 +00:00
|
|
|
],
|
|
|
|
"contact": {
|
2022-10-17 00:21:29 +00:00
|
|
|
"website": "${url}",
|
2020-10-06 16:15:07 +00:00
|
|
|
"repo": "https://github.com/GeyserMC/Geyser-Fabric"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2021-04-02 00:07:32 +00:00
|
|
|
"icon": "assets/geyser-fabric/icon.png",
|
2020-10-25 16:29:19 +00:00
|
|
|
"environment": "*",
|
2020-10-06 16:15:07 +00:00
|
|
|
"entrypoints": {
|
2020-10-25 16:29:19 +00:00
|
|
|
"main": [
|
2020-10-06 16:15:07 +00:00
|
|
|
"org.geysermc.platform.fabric.GeyserFabricMod"
|
|
|
|
]
|
|
|
|
},
|
2020-10-25 16:29:19 +00:00
|
|
|
"mixins": [
|
|
|
|
"geyser-fabric.mixins.json"
|
|
|
|
],
|
2020-10-06 16:15:07 +00:00
|
|
|
"depends": {
|
2022-07-28 23:56:13 +00:00
|
|
|
"fabricloader": ">=0.14.8",
|
2020-10-06 16:15:07 +00:00
|
|
|
"fabric": "*",
|
2022-08-18 23:33:08 +00:00
|
|
|
"minecraft": ">=1.19"
|
2020-10-06 16:15:07 +00:00
|
|
|
}
|
|
|
|
}
|