Skip to content

Commit

Permalink
Fixed catalogue crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Sep 29, 2024
1 parent 3b4c60e commit 3bb4666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.3

- Fixed crash related to catalogue

## 3.0.2

- Fixed incorrect moobloom texture layer
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"catalogue": {
"configFactory": "com.faboslav.friendsandfoes.modcompat.fabric.CatalogueCompat",
"configFactory": "com.faboslav.friendsandfoes.fabric.modcompat.CatalogueCompat",
"icon": {
"image": "catalogue_icon.png"
},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb4666

Please sign in to comment.