diff --git a/Readme.md b/Readme.md index a7650b7be..bd23b0633 100644 --- a/Readme.md +++ b/Readme.md @@ -52,13 +52,15 @@ Side note: invalidate caches and restart if required **Using GUI** 1. Open a command line in the project folder 2. Run the command: `./gradlew build` -3. The compiled jar file will be in the folder `fabric/build/libs/` and `forge/build/libs/` +5. Then run command: `./gradlew mergeJars` +6. The compiled jar file will be in the folder `Merged` **If in terminal:** 1. `git clone -b 1.16.5_architectury --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git` 2. `cd minecraft-lod-mod` -3. `./gradlew assemble` or `./gradlew build` -4. The build should be in `fabric/build/libs/` and `forge/build/libs/` +3. `./gradlew assemble` +5. `./gradlew mergeJars` +6. The compiled jar file will be in the folder `Merged` ## Other commands diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index af936d3f9..0fadde876 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -34,7 +34,7 @@ "depends": { "fabricloader": "*", "fabric": "*", - "minecraft": "1.16.5", + "minecraft": ["1.16.5", "1.16.4", "1.16.3", "1.16.2"], "java": ">=8" }, "suggests": { diff --git a/plugins/DHJarMerger-1.0.jar b/plugins/DHJarMerger-1.0.jar index b089a52de..a38dae5e7 100644 Binary files a/plugins/DHJarMerger-1.0.jar and b/plugins/DHJarMerger-1.0.jar differ