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