3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-05 17:30:10 +02:00
Geyser/bootstrap/fabric/src/main/resources/fabric.mod.json

31 Zeilen
708 B
JSON

2020-10-06 18:15:07 +02:00
{
"schemaVersion": 1,
"id": "${id}-fabric",
2020-10-06 18:15:07 +02:00
"version": "${version}",
"name": "${name}-Fabric",
2020-10-06 18:15:07 +02:00
"description": "A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition. ",
"authors": [
"${author}"
2020-10-06 18:15:07 +02:00
],
"contact": {
"website": "${url}",
2020-10-06 18:15:07 +02:00
"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": [
"org.geysermc.geyser.platform.fabric.GeyserFabricMod"
2020-10-06 18:15:07 +02:00
]
},
2020-10-25 17:29:19 +01:00
"mixins": [
"geyser-fabric.mixins.json"
],
2020-10-06 18:15:07 +02:00
"depends": {
"fabricloader": ">=0.14.8",
2020-10-06 18:15:07 +02:00
"fabric": "*",
2022-08-19 01:33:08 +02:00
"minecraft": ">=1.19"
2020-10-06 18:15:07 +02:00
}
}