From 26c35e31b635c64ab336c7a2694c2ae55add9879 Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Wed, 15 Dec 2021 16:52:58 -0800 Subject: [PATCH] Bump version 0.4.2-rc - rc so Create 0.4a can still be compatible - also still not sure if the accessor bug is fixed --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + changelog.txt | 5 +++++ gradle.properties | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f26012d33..b4f0908b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,6 +59,7 @@ body: label: Mod Version description: The version of the mod you were using when the bug occured options: + - "0.4.2-rc" - "0.4.1" - "0.4.0" - "0.3.0" diff --git a/changelog.txt b/changelog.txt index 31c1a0667..e2e1695aa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +0.4.1a: +Fixes + - Partially fix crash on intel and mesa drivers (needs Create to update) + - Fix garbage rendering on AMD GPUs + 0.4.1: Update to 1.18.1 Changes diff --git a/gradle.properties b/gradle.properties index 270183ea8..5f7161780 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G org.gradle.daemon = false # mod version info -mod_version = 0.4.1 +mod_version = 0.4.2-rc mc_update_version = 1.18 minecraft_version = 1.18.1 forge_version = 39.0.5