Skip to content

Commit 16e0d3f

Browse files
committed
Add logo
1 parent e3fea56 commit 16e0d3f

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ runs
2626
# AI Agents
2727
.sisyphus
2828
.opencode
29+
.omo

common/src/main/resources/logo.png

424 KB
Loading

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"authors": [
88
"${mod_author}"
99
],
10+
"icon": "logo.png",
1011
"license": "${license}",
1112
"environment": "*",
1213
"entrypoints": {

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ displayName = "${mod_name}"
99
credits = "${credits}"
1010
authors = "${mod_author}"
1111
description = '''${description}'''
12+
logoFile = "logo.png"
1213
[[mixins]]
1314
config = "${mod_id}.mixins.json"
1415
[[dependencies.${mod_id}]]

0 commit comments

Comments
 (0)