Skip to content

Commit

Permalink
[Fabric] Fix logo not rendering in mod menu (#195)
Browse files Browse the repository at this point in the history
* copy over 'logo_small.png' from 'pics' directory

* Update 'icon' field to match png
  • Loading branch information
wmboeckman authored Oct 10, 2024
1 parent f4635c1 commit ef6c3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added common/src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sources": "https://github.com/natanfudge/Not-Enough-Crashes",
"homepage": "https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes"
},
"icon": "icon.jpg",
"icon": "icon.png",
"mixins": [
"notenoughcrashes.mixins.json",
"notenoughcrashes.fabric.mixins.json"
Expand Down Expand Up @@ -38,4 +38,4 @@
"Fourmisain",
"wafflecoffee"
]
}
}

0 comments on commit ef6c3a2

Please sign in to comment.