add logo and update dependencies

This commit is contained in:
creeper123123321 2020-06-23 12:45:22 -03:00
parent 5242c615ed
commit 4a62ab4a9d
4 changed files with 20 additions and 1 deletions

View File

@ -47,7 +47,7 @@ tasks.named<ProcessResources>("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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -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"}

View File

@ -33,6 +33,7 @@
},
"recommends": {
},
"icon": "assets/viafabric/textures/logo.png",
"mixins": [
"mixins.viafabric.json"
]