icon in config
This commit is contained in:
parent
4cdd0e817b
commit
5dde143ddd
|
@ -9,7 +9,6 @@ import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment;
|
||||||
public class MCPHTConfig implements ConfigData {
|
public class MCPHTConfig implements ConfigData {
|
||||||
@ConfigEntry.Category("Networking")
|
@ConfigEntry.Category("Networking")
|
||||||
@ConfigEntry.Gui.CollapsibleObject
|
@ConfigEntry.Gui.CollapsibleObject
|
||||||
@Comment("Foo")
|
|
||||||
NetworkLoggingScheme networkLogging = new NetworkLoggingScheme();
|
NetworkLoggingScheme networkLogging = new NetworkLoggingScheme();
|
||||||
static class NetworkLoggingScheme {
|
static class NetworkLoggingScheme {
|
||||||
boolean RX = false;
|
boolean RX = false;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -17,7 +17,7 @@
|
||||||
"issues": "https://git.cscherr.de/PlexSheep/mcpht/issues"
|
"issues": "https://git.cscherr.de/PlexSheep/mcpht/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"icon": "icon.png",
|
"icon": "assets/mcpht/icon.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": ["de.cscherr.mcpht.Mcpht"],
|
"main": ["de.cscherr.mcpht.Mcpht"],
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
Loading…
Reference in New Issue