We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fea56 commit 16e0d3fCopy full SHA for 16e0d3f
4 files changed
.gitignore
@@ -26,3 +26,4 @@ runs
26
# AI Agents
27
.sisyphus
28
.opencode
29
+.omo
common/src/main/resources/logo.png
424 KB
fabric/src/main/resources/fabric.mod.json
@@ -7,6 +7,7 @@
7
"authors": [
8
"${mod_author}"
9
],
10
+ "icon": "logo.png",
11
"license": "${license}",
12
"environment": "*",
13
"entrypoints": {
neoforge/src/main/resources/META-INF/neoforge.mods.toml
@@ -9,6 +9,7 @@ displayName = "${mod_name}"
credits = "${credits}"
authors = "${mod_author}"
description = '''${description}'''
+logoFile = "logo.png"
[[mixins]]
14
config = "${mod_id}.mixins.json"
15
[[dependencies.${mod_id}]]
0 commit comments