{ "schemaVersion": 1, "id": "pixelchat", "version": "${version}", "name": "PixelChat", "description": "A simple mod to share images in-game.", "authors": [ "1e99" ], "contact": { "sources": "https://git.1e99.eu/1e99/pixelshare" }, "license": "MPL-2.0", "icon": "assets/pixelchat/icon.png", "environment": "client", "entrypoints": { "client": [ "eu.e99.pixelchat.fabric.PixelChat" ] }, "mixins": [ "pixelchat.mixins.json" ], "depends": { "fabricloader": ">=0.16.9", "minecraft": "~1.21.4", "java": ">=21", "fabric-api": "*" }, "suggests": { } }