diff --git a/build.gradle.kts b/build.gradle.kts index 89659b7..a6a7074 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ tasks.named("processResources") { dependencies { // transitive = false because Guava is conflicting on runClient - implementation("us.myles:viaversion:3.0.0-SNAPSHOT") { isTransitive = false } + implementation("us.myles:viaversion:3.0.1-SNAPSHOT") { isTransitive = false } // Use 1.14.4 release, probably intermediary will make it work on snapshots // https://modmuss50.me/fabric.html?&version=1.14.4 diff --git a/src/main/resources/assets/viafabric/textures/logo.png b/src/main/resources/assets/viafabric/textures/logo.png new file mode 100644 index 0000000..dcabd04 Binary files /dev/null and b/src/main/resources/assets/viafabric/textures/logo.png differ diff --git a/src/main/resources/assets/viafabric/textures/logo_info.txt b/src/main/resources/assets/viafabric/textures/logo_info.txt new file mode 100644 index 0000000..a637bb7 --- /dev/null +++ b/src/main/resources/assets/viafabric/textures/logo_info.txt @@ -0,0 +1,18 @@ + +Hope you enjoy your new logo, here are the people that +made your beautiful logo happen :) +font name: Aileron-SemiBold +font link: http://dotcolon.net/font/aileron/ +font author: dot colon +font author site: http://dotcolon.net/ + + +icon designer: Lazaros Abraxus +icon designer link: /lazarosabraxus + + +fontColor: {"hex":"#ffffff"} +bgColor: {"hex":"#29A7F1"} +iconColor: {"hex":"#ffffff"} + + \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9bb247d..2b4752f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,6 +33,7 @@ }, "recommends": { }, + "icon": "assets/viafabric/textures/logo.png", "mixins": [ "mixins.viafabric.json" ]