add logo and update dependencies

This commit is contained in:
creeper123123321 2020-06-23 12:45:22 -03:00
parent 4d7bcf92ea
commit 212a7aea17
4 changed files with 25 additions and 6 deletions

View File

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

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

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