diff --git a/CHANGELOG.md b/CHANGELOG.md index 919ce02f..1023d9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.3 + +- Fixed crash related to catalogue + ## 3.0.2 - Fixed incorrect moobloom texture layer diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f1c99d0b..f17158c0 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -50,7 +50,7 @@ } }, "catalogue": { - "configFactory": "com.faboslav.friendsandfoes.modcompat.fabric.CatalogueCompat", + "configFactory": "com.faboslav.friendsandfoes.fabric.modcompat.CatalogueCompat", "icon": { "image": "catalogue_icon.png" }, diff --git a/gradle.properties b/gradle.properties index 02be3b80..5fb58a72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.caching=false mod_java_version=17 mod_name=Friends & Foes mod_id=friendsandfoes -mod_version=3.0.2 +mod_version=3.0.3 mod_author=Faboslav mod_description=Adds outvoted and forgotten mobs from the mob vote, expanding on their original concepts and introducing new vanilla-like features. maven_group=com.faboslav.friendsandfoes