From 4e02a3e5bfbb843bf8ad5c633379f82b068e958d Mon Sep 17 00:00:00 2001 From: coolGi2007 Date: Mon, 21 Feb 2022 16:46:20 +1030 Subject: [PATCH] Updated readme, core, forge version, fabric version and added run jar --- Readme.md | 16 ++++++++++------ build.gradle | 8 ++++++++ core | 2 +- gradle.properties | 6 +++--- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 117a478c5..a7650b7be 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,9 @@ -# Distant Horizons +# Distant Horizons + +> A mod that adds 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\ @@ -10,12 +15,11 @@ If you want to see a quick demo, check out a video covering the mod here: ![Minecraft Level Of Detail (LOD) mod - Alpha 1.5](https://i.ytimg.com/vi_webp/H2tnvEVbO1c/mqdefault.webp) Architectury version: 3.4-SNAPSHOT\ -Forge version: 36.1.0\ -Fabric version: 0.12.3\ -Fabric API version: 0.34.2+1.16 +Forge version: 36.2.28\ +Fabric version: 0.13.2\ +Fabric API version: 0.42.0+1.16 -Modmenu version: 1.16.22\ -Sodium version: mc1.16.5-0.2.0 +Modmenu version: 1.16.22 Notes:\ This version has been confirmed to work in Eclipse and Retail Minecraft.\ diff --git a/build.gradle b/build.gradle index d86bea045..aaea7f195 100644 --- a/build.gradle +++ b/build.gradle @@ -50,6 +50,14 @@ subprojects { p -> shadowMe(project(":core")) { transitive false } } } + + jar { + manifest { + attributes 'Implementation-Title': rootProject.archives_base_name, + 'Implementation-Version': rootProject.mod_version, + 'Main-Class': 'com.seibel.lod.core.JarMain' + } + } } allprojects { diff --git a/core b/core index 3cd71c1c6..0edca2402 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 3cd71c1c6962150995a779e6f663cb01f9f5ecae +Subproject commit 0edca2402d8ca75dd0dcbe2923a5d2133d3f48ae diff --git a/gradle.properties b/gradle.properties index 4316bb635..c6175ecaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ mod_issues=https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues # Fabric loader -fabric_loader_version=0.12.3 -fabric_api_version=0.34.2+1.16 +fabric_loader_version=0.13.2 +fabric_api_version=0.42.0+1.16 # Fabric mod versions modmenu_version=1.16.22 lithium_version=mc1.16.5-0.6.6 @@ -35,7 +35,7 @@ fabric_api_version=0.34.2+1.16 # Forge loader -forge_version=36.2.23 +forge_version=36.2.28 # Forge mod versions terraforged_version=3285909