From cd33b4c33e58cd5a13873818f2e8d5a055d6a469 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 28 Feb 2021 22:46:37 -0600 Subject: [PATCH] Update the readme to reflect the state of this branch --- Readme.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.txt b/Readme.txt index 4c3250812..e10b8bb9b 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,11 @@ -This program is an attempt to create Level Of Details (LODs) in Minecraft. -The purpose is to increase the maximum view distance in game +This program is an attempt to implement a Level Of Detail system for Minecraft; +the goal being to increase the maximum view distance in game without harming performance. + +Forge version: 1.16.4-35.1.4 + +Notes: +This version has been confirmed to work on eclipse and retail Minecraft. +(retail running forge 1.16.4-35.1.37) ========================