From 82dfecf04c353f79f79c56e6a615b81587be9e44 Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Thu, 2 Dec 2021 22:32:57 +0000 Subject: [PATCH] Updated readme to be more accurate with the current branch --- Readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index f2d20fd89..57f1d9c19 100644 --- a/Readme.md +++ b/Readme.md @@ -7,14 +7,15 @@ allowing for an increased view distance without harming performance. Or in other words: this mod lets you see farther without turning your game into a slide show.\ If you want to see a quick demo, check out a video covering the mod here: -![Minecraft Level Of Detail (LOD) mod - Alpha 1.4](https://i.ytimg.com/vi_webp/H2tnvEVbO1c/mqdefault.webp) +![Minecraft Level Of Detail (LOD) mod - Alpha 1.5](https://i.ytimg.com/vi_webp/H2tnvEVbO1c/mqdefault.webp) - -Forge version: 1.16.5-36.1.0 +Forge version: 37.1.0\ +Fabric version: 0.11.6\ +Fabric API version: 0.37.1+1.17 Notes:\ This version has been confirmed to work in Eclipse and Retail Minecraft.\ -(Retail running forge version 1.16.5-36.1.0) +(Retail running forge version 1.17.1-37.1.0 and fabric version 1.17.1-0.11.6) ## source code installation @@ -48,7 +49,7 @@ http://mcforge.readthedocs.io/en/latest/gettingstarted/ **If in terminal:** 1. `git clone -b 1.17.1 --recurse-submodules https://gitlab.com/jeseibel/minecraft-lod-mod.git` 2. `cd minecraft-lod-mod` -3. `./gradlew build` (must be run as root) +3. `./gradlew build` (must be run as root on linux) 4. The build should be in `fabric/build/libs/` and `forge/build/libs/`