1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00
Files
Geyser/bootstrap/fabric/src/main/resources/fabric.mod.json
2020-10-06 12:15:07 -04:00

31 lines
715 B
JSON

{
"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"
]
},
"mixins": [
"fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.10.1+build.209",
"fabric": "*",
"minecraft": "1.16.3"
}
}