Add more mod info

This commit is contained in:
creeper123123321 2019-03-03 07:53:38 -03:00
parent 8436511de5
commit 04d5ec9d46
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1
2 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,7 @@ plugins {
group 'com.github.creeper123123321.viafabric'
version '0.1.0-SNAPSHOT+' + gitVersion()
archivesBaseName = 'ViaFabric'
description = 'Clientside and serverside ViaVersion for Fabric'
sourceCompatibility = 1.8
targetCompatibility = 1.8
@ -25,7 +26,8 @@ repositories {
processResources {
filter ReplaceTokens, tokens: [
"version": project.property("version")
"version": project.property('version'),
"description": project.property('description')
]
}

View File

@ -3,11 +3,25 @@
"name": "ViaFabric",
"side": "universal",
"version": "@version@",
"description": "@description@",
"license": "MIT",
"links": {
"homepage": "https://github.com/ViaVersion/ViaFabric",
"issues": "https://github.com/ViaVersion/ViaFabric/issues",
"sources": "https://github.com/ViaVersion/ViaFabric"
},
"authors": [
"creeper123123321"
],
"initializers": [
"com.github.creeper123123321.viafabric.ViaFabric"
],
"requires": {
},
"recommended": {
"fabric": "*",
"clientcommands": "*"
},
"mixins": {
"common": "mixins.viafabric.common.json",
"client": "mixins.viafabric.client.json"