···11-# atproto-connect
11+# Social Sync
2233A Fabric mod for Minecraft 1.21.10 that bridges the game with the AT Protocol, enabling decentralized data synchronization and social features.
44···10101111This mod started out as a personal project by **Ewan Croft** — I built the early versions on my own while experimenting with Minecraft and the AT Protocol.
12121313-Later on, I joined the **Jolly Whoppers** coding group and the project became part of the group in that sense — shared context, shared people, same general ecosystem — but the repo itself is still under my own AT Protocol DID.
1313+Later on, I joined the **Jollywhoppers** coding group and the project became part of the group in that sense — shared context, shared people, same general ecosystem — but the repo itself is still under my own AT Protocol DID.
14141515-The code lives at **[https://tangled.org/ewancroft.uk/atproto-connect](https://tangled.org/ewancroft.uk/atproto-connect)**, which corresponds to my AT Protocol DID (**`did:plc:ofrbh253gwicbkc5nktqepol`**). The project is associated with Jolly Whoppers (group DID **[`did:plc:lwckcyzhyrufq4ytg2abji7d`](https://tangled.org/did:plc:lwckcyzhyrufq4ytg2abji7d)**), but it’s not moved under the group’s DID.
1515+The code lives at **[https://tangled.org/jollywhoppers.com/socialsync](https://tangled.org/jollywhoppers.com/socialsync)**, which corresponds to my AT Protocol DID (**`did:plc:ofrbh253gwicbkc5nktqepol`**).
16161717-The project is hosted on **[Tangled](https://tangled.org/)**. I don’t run the infrastructure — I just started the project and maintain it.
1717+The project is hosted on **[Tangled](https://tangled.org/)**.
18181919## Overview
20202121-atproto-connect aims to integrate Minecraft gameplay with the AT Protocol (the protocol powering Bluesky), allowing game data to be synced to AT Protocol lexicons. This enables decentralized storage and sharing of Minecraft data across the federated network.
2121+Social Sync aims to integrate Minecraft gameplay with the AT Protocol (the protocol powering Bluesky), allowing game data to be synced to AT Protocol lexicons. This enables decentralized storage and sharing of Minecraft data across the federated network.
22222323## Current Features
2424···1281281. Install [Fabric Loader](https://fabricmc.net/use/) for Minecraft 1.21.10
1291292. Download and install [Fabric API](https://modrinth.com/mod/fabric-api) version 0.138.4+1.21.10 or compatible
1301303. Download and install [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin) version 1.13.8+kotlin.2.3.0 or compatible
131131-4. Place the atproto-connect JAR in your `mods` folder
131131+4. Place the social-sync JAR in your `mods` folder
1321325. Launch the game and use `/atproto help` to see available commands
133133134134### For Developers
···136136Clone the repository:
137137138138```bash
139139-git clone git@tangled.sh:ewancroft.uk/atproto-connect
140140-cd atproto-connect
139139+git clone git@tangled.sh:jollywhoppers.com/socialsync
140140+cd socialsync
141141```
142142143143Build the project:
···379379---
380380381381**Version**: 0.4.0
382382-**Repository**: `git@tangled.sh:ewancroft.uk/atproto-connect`
382382+**Repository**: `git@tangled.sh:jollywhoppers.com/socialsync`
383383**Status**: Alpha - Not Production Ready
+1-1
gradle.properties
···1515# Mod Properties
1616mod_version=0.4.0
1717maven_group=com.jollywhoppers
1818-archives_base_name=atproto-connect
1818+archives_base_name=socialsync
19192020# Dependencies
2121fabric_version=0.138.4+1.21.10