mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-08 19:17:45 +01:00
add logo and update dependencies
This commit is contained in:
parent
5242c615ed
commit
4a62ab4a9d
@ -47,7 +47,7 @@ tasks.named<ProcessResources>("processResources") {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// transitive = false because Guava is conflicting on runClient
|
// 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
|
// Use 1.14.4 release, probably intermediary will make it work on snapshots
|
||||||
// https://modmuss50.me/fabric.html?&version=1.14.4
|
// https://modmuss50.me/fabric.html?&version=1.14.4
|
||||||
|
BIN
src/main/resources/assets/viafabric/textures/logo.png
Normal file
BIN
src/main/resources/assets/viafabric/textures/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
18
src/main/resources/assets/viafabric/textures/logo_info.txt
Normal file
18
src/main/resources/assets/viafabric/textures/logo_info.txt
Normal 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"}
|
||||||
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
|||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
},
|
},
|
||||||
|
"icon": "assets/viafabric/textures/logo.png",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"mixins.viafabric.json"
|
"mixins.viafabric.json"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user