diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 3 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | src/main/resources/icon.png | bin | 17130 -> 0 bytes | |||
| -rw-r--r-- | src/main/resources/yacl-128x.png | bin | 0 -> 13813 bytes |
4 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json index 7f609d3..78945de 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json @@ -12,5 +12,6 @@ "yacl.gui.finished": "Finished", "yacl.gui.cancel": "Cancel", "yacl.gui.reset": "Reset", - "yacl.gui.undo": "Undo" + "yacl.gui.undo": "Undo", + "yocl.gui.fail_apply": "Failed to apply" } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6c28f3c..b40f7eb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "issues": "https://github.com/${github}/issues", "sources": "https://github.com/${github}" }, - "icon": "icon.png", + "icon": "yacl-128x.png", "license": "LGPL-3.0-or-later", "environment": "client", "entrypoints": { diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png Binary files differdeleted file mode 100644 index 3f6dae4..0000000 --- a/src/main/resources/icon.png +++ /dev/null diff --git a/src/main/resources/yacl-128x.png b/src/main/resources/yacl-128x.png Binary files differnew file mode 100644 index 0000000..c86981c --- /dev/null +++ b/src/main/resources/yacl-128x.png |
