mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
Add more mod info
This commit is contained in:
parent
8436511de5
commit
04d5ec9d46
@ -10,6 +10,7 @@ plugins {
|
|||||||
group 'com.github.creeper123123321.viafabric'
|
group 'com.github.creeper123123321.viafabric'
|
||||||
version '0.1.0-SNAPSHOT+' + gitVersion()
|
version '0.1.0-SNAPSHOT+' + gitVersion()
|
||||||
archivesBaseName = 'ViaFabric'
|
archivesBaseName = 'ViaFabric'
|
||||||
|
description = 'Clientside and serverside ViaVersion for Fabric'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
@ -25,7 +26,8 @@ repositories {
|
|||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
filter ReplaceTokens, tokens: [
|
filter ReplaceTokens, tokens: [
|
||||||
"version": project.property("version")
|
"version": project.property('version'),
|
||||||
|
"description": project.property('description')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,11 +3,25 @@
|
|||||||
"name": "ViaFabric",
|
"name": "ViaFabric",
|
||||||
"side": "universal",
|
"side": "universal",
|
||||||
"version": "@version@",
|
"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": [
|
"initializers": [
|
||||||
"com.github.creeper123123321.viafabric.ViaFabric"
|
"com.github.creeper123123321.viafabric.ViaFabric"
|
||||||
],
|
],
|
||||||
"requires": {
|
"requires": {
|
||||||
},
|
},
|
||||||
|
"recommended": {
|
||||||
|
"fabric": "*",
|
||||||
|
"clientcommands": "*"
|
||||||
|
},
|
||||||
"mixins": {
|
"mixins": {
|
||||||
"common": "mixins.viafabric.common.json",
|
"common": "mixins.viafabric.common.json",
|
||||||
"client": "mixins.viafabric.client.json"
|
"client": "mixins.viafabric.client.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user