From 0bd29e3f9e371048b5856dab41839e91e49dcd12 Mon Sep 17 00:00:00 2001 From: DustinRepo Date: Sat, 7 May 2022 16:20:57 -0400 Subject: [PATCH] 0.6.8 --- JexChangelog.txt | 5 +++++ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/JexChangelog.txt b/JexChangelog.txt index a57d9283c..f9bbaf4b2 100644 --- a/JexChangelog.txt +++ b/JexChangelog.txt @@ -1,3 +1,8 @@ +0.6.8 +Massively improved performance of 2D rendering +Fixed snapshots not properly displaying Jex version +Fixed CreativeDrop not working since the event manager recode + 0.6.7 Added Darkness to AntiEffect Fixed FakeLag breaking Nametags on snapshots diff --git a/gradle.properties b/gradle.properties index e015a3ca5..78f4be8c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ loader_version=0.13.3 fabric_version=0.51.1+1.18.2 # Mod Properties -mod_version=0.0.0 +mod_version=0.6.8 maven_group=net.fabricmc archives_base_name=jex-client \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e7ffafaed..4235c5f5a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "jex", - "version": "0.6.7", + "version": "${version}", "name": "Jex Client", "description": "A Utility Client mod to be used on Anarchy servers.", "authors": [