diff --git a/PATCHNOTES.md b/PATCHNOTES.md index b81f79f0..19403d9b 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,10 @@ +# 0.20.0-alpha2 + +- Properly declare Alloy Forgery dependency + - You need version 2.2.0+ +- Fixed data not being loaded correctly +- Fixed Carmot Staff texture not rendering correctly + # 0.20.0-alpha ## THIS VERSION IS NOT COMPATIBLE WITH OLDER WORLDS diff --git a/gradle.properties b/gradle.properties index 92451861..fc56a84c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version = 0.20.0+1.21-alpha +mod_version = 0.20.0+1.21-alpha2 maven_group = nourl.mythicmetals archives_base_name = mythicmetals