diff --git a/README.md b/README.md index a93b194e..503d203f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -#### Fabric mod to connect to EVERY minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay +#### Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay This project has nothing to do with the original ViaFabric and is therefore also not compact @@ -89,7 +89,7 @@ It should work fine with most if not all mods and modpacks. - [x] Tons of modifications to ViaVersion, ViaAprilFools, ViaLegacy and ViaBedrock to make it more legit (Metadata fixes, broken packets, edge-cases) - [x] Visual and screen related changes (newer Command Block features, GameMode selection, ...) - [x] Chat signatures (secure login) for all versions (1.19.0, 1.19.1, 1.19.2) -- [x] Address parsing for all minecraft versions +- [x] Address parsing for all Minecraft versions - [x] PackFormats and HTTP Header for all resource pack versions - [x] Raytrace related fixes in <= 1.8 - [x] Implementing HUD changes for <= b1.7.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 487af18c..dc204688 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,13 +4,14 @@ "version": "${version}", "name": "ViaFabricPlus", - "description": "Fabric mod to connect to EVERY minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay", + "description": "Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay", "authors": [ "FlorianMichael/EnZaXD" ], "contact": { "homepage": "https://github.com/FlorianMichael/", - "sources": "https://github.com/FlorianMichael/ViaFabricPlus" + "sources": "https://github.com/FlorianMichael/ViaFabricPlus", + "issues": "https://github.com/FlorianMichael/ViaFabricPlus/issues" }, "license": "GPL-v3",