icon in config

This commit is contained in:
Christoph J. Scherr 2023-11-08 23:04:27 +01:00
parent 4cdd0e817b
commit 5dde143ddd
4 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment;
public class MCPHTConfig implements ConfigData {
@ConfigEntry.Category("Networking")
@ConfigEntry.Gui.CollapsibleObject
@Comment("Foo")
NetworkLoggingScheme networkLogging = new NetworkLoggingScheme();
static class NetworkLoggingScheme {
boolean RX = false;

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -17,7 +17,7 @@
"issues": "https://git.cscherr.de/PlexSheep/mcpht/issues"
},
"license": "MIT",
"icon": "icon.png",
"icon": "assets/mcpht/icon.png",
"environment": "*",
"entrypoints": {
"main": ["de.cscherr.mcpht.Mcpht"],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB