A Minecraft Fabric mod that connects the game with ATProtocol ⛏️

chore: replace example mod metadata with real project details

+8 -6
+8 -6
src/main/resources/fabric.mod.json
··· 1 1 { 2 2 "schemaVersion": 1, 3 3 "id": "atproto-connect", 4 - "version": "${version}", 5 - "name": "atproto-connect", 6 - "description": "This is an example description! Tell everyone what your mod is about!", 4 + "version": "0.3.0", 5 + "name": "ATProto Connect", 6 + "description": "A Fabric mod that links Minecraft players to AT Protocol identities, enabling secure authentication and future decentralised data syncing.", 7 7 "authors": [ 8 - "Me!" 8 + "ewancroft.uk", 9 + "jollywhoppers.com" 9 10 ], 10 11 "contact": { 11 - "homepage": "https://fabricmc.net/", 12 - "sources": "https://github.com/FabricMC/fabric-example-mod" 12 + "homepage": "https://tangled.org/did:plc:ofrbh253gwicbkc5nktqepol/atproto-connect", 13 + "sources": "https://tangled.org/did:plc:ofrbh253gwicbkc5nktqepol/atproto-connect", 14 + "issues": "https://tangled.org/did:plc:ofrbh253gwicbkc5nktqepol/atproto-connect/issues" 13 15 }, 14 16 "license": "CC0-1.0", 15 17 "icon": "assets/atproto-connect/icon.png",