From e27676d06bd84c1ba3316770d043b4e5d6417ebd Mon Sep 17 00:00:00 2001 From: coolGi Date: Tue, 20 Dec 2022 18:59:38 +1030 Subject: [PATCH] Updated readme to say how to manually add the core to the merged jar as its broken atm --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index fc9df62a0..7bda07ac1 100644 --- a/Readme.md +++ b/Readme.md @@ -138,6 +138,14 @@ If running on IDE, to ensure IDE pickup the changed versions, you will need to r 3. `./gradlew assemble` 4. `./gradlew mergeJars` 5. The compiled jar file will be in the folder `Merged` +> ### **WARNING:** Due to a bug at the moment, the merged jar does not contain the core. +> To add the core follow the steps below +> 1. Go into `core/build/libs` and extract the jar with the smallest name +> 2. In that extracted folder, copy the folder called `com` +> 3. Go into the `Merged` folder and extract the jar in that +> 4. Paste in the folder which you copied from step 2 into the newly extracted jar +> 5. Zip all the files that were extracted and make sure the file extension is .jar + >Note: You can add the arg: `-PmcVer=1.?` to tell gradle to build a selected MC version instead of having to manually modify the `gradle.properties` file.