From 6a452524f4f7d2f5d62d638c8497431efe416eef Mon Sep 17 00:00:00 2001 From: William Date: Sat, 15 Jun 2024 18:00:37 +0100 Subject: [PATCH] fix: center table --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98f1060..3ba204d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Uniform _currently_ targets the following platforms: +

+ | Platform | Artifact | Minecraft | Java | |---------------|--------------------|:----------:|:------:| | Common | `uniform-common` | - | \>`17` | @@ -26,6 +28,8 @@ Uniform _currently_ targets the following platforms: | Fabric 1.20.6 | `uniform-fabric` | =`1.20.6` | \>`21` | | Bukkit | `uniform-bukkit` | \>`1.17.1` | \>`17` | +

+ * **Fabric:** Please note Uniform on Fabric requires [adventure-platform-fabric](https://docs.advntr.dev/platform/fabric.html) and the [Fabric API](https://fabricmc.net/) as dependencies. To target Fabric, use `uniform-fabric` as the artifact and `+` as the version (e.g. `net.william278.uniform:uniform-fabric:1.0+1.20.1`). * **Sponge**: Support for Sponge 8 is also planned in a future version.