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

Configure Feed

Select the types of activity you want to include in your feed.

Correct the project version to reflect the current feature set.

Updates README and build configuration from 0.0.1 to 0.3.0 to match the
addition of client-side authentication, hardened security, and the
RecordManager API. Project remains alpha and pre-1.0.

Ewan c669b321 ec018c30

+2 -2
+1 -1
README.md
··· 364 364 365 365 --- 366 366 367 - **Version**: 0.0.1 367 + **Version**: 0.3.0 368 368 **Repository**: `git@tangled.sh:ewancroft.uk/atproto-connect` 369 369 **Status**: Alpha - Not Production Ready
+1 -1
gradle.properties
··· 13 13 fabric_kotlin_version=1.13.8+kotlin.2.3.0 14 14 15 15 # Mod Properties 16 - mod_version=0.0.1 16 + mod_version=0.3.0 17 17 maven_group=com.jollywhoppers 18 18 archives_base_name=atproto-connect 19 19