From cce26951f0ab2b9d6780d8449c17bade2b04c834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ADSollace?= Date: Sat, 18 May 2024 12:36:07 +0100 Subject: [PATCH] Update README.md God damn markdown --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4a12ee8..1b41c4a1 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,17 @@ This project uses reach-entity-attributes, which may not be updated at the time If you're building for 1.19.3, you may follow these steps to make sure it's available to git: `git clone https://github.com/Sollace/reach-entity-attributes` + `cd reach-entity-attributes` + `gradlew build publishToMavenLocal` ### Building Unicopia `git clone https://github.com/Sollace/Unicopia` + `cd Unicopia` + `gradlew build` Built jars are located in /build/bin` within the Unicopia folder after performing the above two command.