Geyser/bootstrap/fabric/src/main/resources/fabric.mod.json

31 lines
699 B
JSON
Raw Normal View History

2020-10-06 16:15:07 +00:00
{
"schemaVersion": 1,
"id": "${id}-fabric",
2020-10-06 16:15:07 +00:00
"version": "${version}",
"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": [
"${author}"
2020-10-06 16:15:07 +00:00
],
"contact": {
"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": {
"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
}
}