mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-19 15:57:37 +01:00
add logo and update dependencies
This commit is contained in:
parent
4d7bcf92ea
commit
212a7aea17
@ -47,15 +47,15 @@ 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.16 snapshot, probably intermediary will make it work on further versions
|
// Use 1.16 snapshot, probably intermediary will make it work on further versions
|
||||||
// https://modmuss50.me/fabric.html?&version=20w18a
|
// https://modmuss50.me/fabric.html?&version=1.16
|
||||||
minecraft("com.mojang:minecraft:1.16-pre2")
|
minecraft("com.mojang:minecraft:1.16")
|
||||||
mappings("net.fabricmc:yarn:1.16-pre2+build.2:v2")
|
mappings("net.fabricmc:yarn:1.16+build.1:v2")
|
||||||
modImplementation("net.fabricmc:fabric-loader:0.8.7+build.201")
|
modImplementation("net.fabricmc:fabric-loader:0.8.8+build.202")
|
||||||
|
|
||||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.11.7+build.356-1.16")
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.13.1+build.370-1.16")
|
||||||
|
|
||||||
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.0+1.15.2")
|
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.0+1.15.2")
|
||||||
include("io.github.cottonmc:cotton-client-commands:1.0.0+1.15.2")
|
include("io.github.cottonmc:cotton-client-commands:1.0.0+1.15.2")
|
||||||
|
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"}
|
||||||
|
|
||||||
|
|
@ -36,6 +36,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