diff --git a/README.md b/README.md index e1789d3..e8598a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # AltAuth +![AltAuth Logo](resources/logo-4x-centered.png "AltAuth Logo") + AltAuth is a solution to allow players with Mojang account, (untested) banned accounts and (untested) Multiplayer disabled accounts to join online mode Minecraft servers depending on client and server support. This works by redirecting the session server requests to a proxy specified by the server. @@ -21,4 +23,4 @@ Banned and multiplayer disabled user support have not been tested yet and are th ## AltAuth Protocol and Proxy behaviour -![Sequence diagram describing protocol and principle](AltAuth.png "Sequence diagram describing protocol and principle") \ No newline at end of file +![Sequence diagram describing protocol and principle](resources/AltAuth.png "Sequence diagram describing protocol and principle") \ No newline at end of file diff --git a/common/src/logo-0.5x.png b/common/src/logo-0.5x.png new file mode 100644 index 0000000..66bbc5e Binary files /dev/null and b/common/src/logo-0.5x.png differ diff --git a/common/src/logo.png b/common/src/logo.png new file mode 100644 index 0000000..eba1959 Binary files /dev/null and b/common/src/logo.png differ diff --git a/common/src/logo.svg b/common/src/logo.svg new file mode 100644 index 0000000..ac21468 --- /dev/null +++ b/common/src/logo.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fabric/src/fabric.mod.json b/fabric/src/fabric.mod.json index 14a8692..b6e034b 100644 --- a/fabric/src/fabric.mod.json +++ b/fabric/src/fabric.mod.json @@ -20,6 +20,7 @@ "fabricloader": "${loaderVersion}", "minecraft": "${minecraftVersion}" }, + "icon": "logo.png", "recommends": { "modmenu": "*", "cloth-config": "*" diff --git a/AltAuth.png b/resources/AltAuth.png similarity index 100% rename from AltAuth.png rename to resources/AltAuth.png diff --git a/resources/logo-4x-centered.png b/resources/logo-4x-centered.png new file mode 100644 index 0000000..4746305 Binary files /dev/null and b/resources/logo-4x-centered.png differ diff --git a/resources/logo-4x.png b/resources/logo-4x.png new file mode 100644 index 0000000..63405de Binary files /dev/null and b/resources/logo-4x.png differ