Updated to 1.18.1 but also works on 1.18

This commit is contained in:
coolGi2007
2021-12-17 08:52:46 +00:00
parent 4e973099f9
commit 2d5acbbf45
5 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -9,13 +9,13 @@ If you want to see a quick demo, check out a video covering the mod here:
<a href="https://www.youtube.com/watch?v=H2tnvEVbO1c" target="_blank">![Minecraft Level Of Detail (LOD) mod - Alpha 1.5](https://i.ytimg.com/vi_webp/H2tnvEVbO1c/mqdefault.webp)</a>
Forge version: 38.0.14\
Fabric version: 0.12.6\
Fabric API version: 0.43.1+1.18
Forge version: 39.0.5\
Fabric version: 0.12.12\
Fabric API version: 0.44.0+1.18
Notes:\
This version has been confirmed to work in Eclipse and Retail Minecraft.\
(Retail running forge version 1.18-38.0.14 and fabric version 1.18-0.12.6)
(Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12)
## source code installation
@@ -48,7 +48,7 @@ https://fabricmc.net/wiki/tutorial:setup
3. The compiled jar file will be in the folder `fabric/build/libs/` and `forge/build/libs/`
**If in terminal:**
1. `git clone -b 1.18 --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`
1. `git clone -b 1.18.X --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git`
2. `cd minecraft-lod-mod`
3. `./gradlew build`
4. The build should be in `fabric/build/libs/` and `forge/build/libs/`