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

31 lines
717 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",
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.10.1+build.209",
"fabric": "*",
2020-11-08 04:23:23 +00:00
"minecraft": ">=1.16.3"
2020-10-06 16:15:07 +00:00
}
}