diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 15e76fff..dba96778 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,6 +1,7 @@ # 0.18.1 - Fix a server crash (#175) - Added new textures for the Carmot Stone and Prometheum Bouquet +- HOTFIX - Fixed Alloy Forgery not being detected on startup # 0.18.0 diff --git a/gradle.properties b/gradle.properties index c0614e5d..1933282f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1 loader_version=0.14.21 # Mod Properties -mod_version = 0.18.1+1.20 +mod_version = 0.18.1+1.20-hotfix maven_group = nourl.mythicmetals archives_base_name = mythicmetals diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2334d8c5..806d93c6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,7 +41,7 @@ "accessWidener": "mythicmetals.accessWidener", "depends": { "fabricloader": ">=0.14.0", - "alloy-forgery": "*", + "alloy_forgery": "*", "fabric": ">=0.57.0", "minecraft": "1.20.x", "java": ">=17",