3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-28 22:21:12 +02:00
Geyser/bootstrap/fabric/src/main/resources/fabric.mod.json

31 Zeilen
724 B
JSON

2020-10-06 18:15:07 +02: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",
2021-04-02 02:07:32 +02:00
"icon": "assets/geyser-fabric/icon.png",
2020-10-25 17:29:19 +01:00
"environment": "*",
2020-10-06 18:15:07 +02:00
"entrypoints": {
2020-10-25 17:29:19 +01:00
"main": [
2020-10-06 18:15:07 +02:00
"org.geysermc.platform.fabric.GeyserFabricMod"
]
},
2020-10-25 17:29:19 +01:00
"mixins": [
"geyser-fabric.mixins.json"
],
2020-10-06 18:15:07 +02:00
"depends": {
"fabricloader": ">=0.10.1+build.209",
"fabric": "*",
2020-11-08 05:23:23 +01:00
"minecraft": ">=1.16.3"
2020-10-06 18:15:07 +02:00
}
}