diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bdfd628..85ca1cc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ }, "license": "CC0-1.0", - "icon": "", + "icon": "assets/icon.png", "environment": "*", "entrypoints": { @@ -34,4 +34,4 @@ "suggests": { "flamingo": "*" } -} \ No newline at end of file +}