From e3808dc9867df69eed51132801826666d2bd2dc3 Mon Sep 17 00:00:00 2001 From: Dog Date: Thu, 17 Feb 2022 23:45:55 +0000 Subject: [PATCH 1/4] Updated title of Readme to look nicer --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b6bc88e6f..1bc030a67 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,9 @@ -# Distant Horizons +# Distant Horizons + +> A mod adding a Level of Detail System to Minecraft + + +# What is Distant Horizons? This mod adds a Level Of Detail (LOD) system to Minecraft.\ This implementation renders simplified chunks outside the normal render distance\ @@ -84,4 +89,4 @@ XZ for Java (data compression)\ https://tukaani.org/xz/java.html DHJarMerger (To merge multiple mod versions into one jar)\ -https://github.com/Ran-helo/DHJarMerger \ No newline at end of file +https://github.com/Ran-helo/DHJarMerger From 81adade05b2804ce8d774b97c9ee915675002d5f Mon Sep 17 00:00:00 2001 From: Dog Date: Thu, 17 Feb 2022 23:55:38 +0000 Subject: [PATCH 2/4] Capitalised Source Code Installation to be grammatically correct --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1bc030a67..477ca1814 100644 --- a/Readme.md +++ b/Readme.md @@ -27,7 +27,7 @@ This version has been confirmed to work in Eclipse and Retail Minecraft.\ (Retail running forge version 1.18.1-39.0.5 and fabric version 1.18-0.12.12 and 1.18.1-0.12.12) -## source code installation +## Source Code Installation See the Fabric Documentation online for more detailed instructions:\ https://fabricmc.net/wiki/tutorial:setup From 909d6a54c3864a4dd14a8b3d4634650751b0f1d3 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 20 Feb 2022 05:10:35 +0000 Subject: [PATCH 3/4] Slightly reword the blurb --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 477ca1814..04583e0f9 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Distant Horizons -> A mod adding a Level of Detail System to Minecraft +> A mod that add a Level of Detail System to Minecraft # What is Distant Horizons? From 97be227e3dd2c667674db26b20d87208bd08e2d7 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 20 Feb 2022 05:12:16 +0000 Subject: [PATCH 4/4] Add a missing "s" --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 04583e0f9..d303c759f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Distant Horizons -> A mod that add a Level of Detail System to Minecraft +> A mod that adds a Level of Detail System to Minecraft # What is Distant Horizons?