diff --git a/icon_128_ca.paa b/icon_128_ca.paa index 3853600..6f982a6 100644 Binary files a/icon_128_ca.paa and b/icon_128_ca.paa differ diff --git a/icon_128_highlight_ca.paa b/icon_128_highlight_ca.paa index 70c69cf..db3b65e 100644 Binary files a/icon_128_highlight_ca.paa and b/icon_128_highlight_ca.paa differ diff --git a/icon_64_ca.paa b/icon_64_ca.paa index 493c58d..2451db9 100644 Binary files a/icon_64_ca.paa and b/icon_64_ca.paa differ diff --git a/mod.cpp b/mod.cpp index 1dc0ee7..31efee3 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,6 +1,7 @@ +dir = "@forge_server"; name = "FORGE Server"; author = "IDSolutions"; -picture = "title_co.paa"; +picture = "title_ca.paa"; logoSmall = "icon_64_ca.paa"; logo = "icon_128_ca.paa"; logoOver = "icon_128_highlight_ca.paa"; @@ -9,4 +10,5 @@ tooltipOwned = "IDS Owned"; overview = "FORGE Server - Official Modification"; description = "FORGE Server - Version 1.0.0"; action = "https://innovativedevsolutions.org"; -actionName = "Website"; \ No newline at end of file +actionName = "Website"; +dlcColor[] = {0.45, 0.47, 0.41, 1}; \ No newline at end of file diff --git a/title_ca.paa b/title_ca.paa new file mode 100644 index 0000000..25434ca Binary files /dev/null and b/title_ca.paa differ diff --git a/title_co.paa b/title_co.paa deleted file mode 100644 index 98456d4..0000000 Binary files a/title_co.paa and /dev/null differ