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

28 lines
671 B
JSON
Raw Normal View History

2020-10-06 16:15:07 +00:00
{
"schemaVersion": 1,
"id": "geyser-fabric",
"version": "${version}",
"name": "Geyser-Fabric",
"description": "A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition. ",
"authors": [
"GeyserMC"
],
"contact": {
"website": "https://geysermc.org",
"repo": "https://github.com/GeyserMC/Geyser-Fabric"
},
"license": "MIT",
"icon": "assets/fabric/icon.png",
"environment": "server",
"entrypoints": {
"server": [
"org.geysermc.platform.fabric.GeyserFabricMod"
]
},
"depends": {
"fabricloader": ">=0.10.1+build.209",
"fabric": "*",
"minecraft": "1.16.3"
}
}