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'
|
||||
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')
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user