From 81d7f14d949377a17df3b81f4823744329791651 Mon Sep 17 00:00:00 2001 From: Noaaan Date: Tue, 12 Mar 2024 23:52:07 +0100 Subject: [PATCH] Update PATCHNOTES.md, bumps version Signed-off-by: Noaaan --- PATCHNOTES.md | 22 ++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/PATCHNOTES.md b/PATCHNOTES.md index d9a05248..8cf742f4 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,25 @@ +# 0.19.5 + +## Changes + +- Increase the damage of Prometheum Tools if they pass double the Overgrown threshold +- Blacklist MM Blast Furnace recipes from duplicating with Alloy Forgery + +## Fixes + +- Fixed Alloy Forgery recipes. You should be able to use Mythic Metals on servers now (#230) +- Fixed missing translation keys from Smithing Templates (#227, thanks Rogenar!) + - Templates that are obtained exclusively from crafting are now named "Crafted Smithing Templates" +- Fix a Mixin related issue with Aether Redux (#229) +- Fixed broken advancements +- Renamed "Midas Block of Gold" to "Block of Midas Gold" + +# 0.19.4 + +## Fixes + +- Fix a crash related to the ExplosionMixin + # 0.19.3 ## Changes diff --git a/gradle.properties b/gradle.properties index 72755b34..61a09cfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.9 loader_version=0.14.21 # Mod Properties -mod_version = 0.19.3+1.20.1 +mod_version = 0.19.5+1.20.1 maven_group = nourl.mythicmetals archives_base_name = mythicmetals