3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-28 14:11:07 +02:00
Geyser/bootstrap/fabric/src/main/resources/fabric.mod.json
2021-04-01 20:07:32 -04:00

31 Zeilen
724 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/geyser-fabric/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"org.geysermc.platform.fabric.GeyserFabricMod"
]
},
"mixins": [
"geyser-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.10.1+build.209",
"fabric": "*",
"minecraft": ">=1.16.3"
}
}