From fcd8b19e6ef29fc7c0b551f85e69b46d581aad8a Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Thu, 8 Jun 2023 21:34:43 +0200 Subject: [PATCH] updated README --- README.md | 7 +++++-- mc1122/src/main/resources/mcmod.info | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88f15c7..93d7d95 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,8 @@ Since ForgeGradle for Minecraft 1.8 is too old, it has its own branch called `le ### I want ViaForge in my own utility mod Just take a look at my other Project called `ViaMCP`: https://github.com/FlorianMichael/ViaMCP -## Other Via related Projects -ViaFabric - Clientside Via implementation for Fabric: https://www.curseforge.com/minecraft/mc-mods/viafabric +## Other ViaVersion Mods / Platforms +- ViaFabric - https://modrinth.com/mod/viafabric +- ViaFabricPlus - https://github.com/ViaVersion/ViaFabricPlus#readme (Includes additional modifications to make the experience better) +- ViaProxy (App) - https://github.com/ViaVersion/ViaProxy/#readme +- ViaaaS (Proxy) - https://github.com/ViaVersion/ViaaaS#readme diff --git a/mc1122/src/main/resources/mcmod.info b/mc1122/src/main/resources/mcmod.info index ab8ca8f..28caa13 100644 --- a/mc1122/src/main/resources/mcmod.info +++ b/mc1122/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "viaforge", "name": "ViaForge", "description": "Client-side Implementation of ViaVersion for Forge", - "version": "1.0.0", + "version": "3.3.3", "mcversion": "[1.8,1.12.2]", "url": "https://github.com/FlorianMichael/ViaForge", "updateUrl": "",