{ "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.11.3", "fabric": "*", "minecraft": ">=1.17.1" } }