fix description, parent mod data

This commit is contained in:
creeper123123321 2021-05-02 14:13:07 -03:00
parent 1948fdcd26
commit 4782c7e448
6 changed files with 36 additions and 10 deletions

View File

@ -13,6 +13,7 @@ class Globals {
static def baseVersion = "0.4.0"
}
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = Globals.baseVersion + "+" + (ENV.GITHUB_RUN_NUMBER ? "" : "local-") + getBranch()
logger.lifecycle("Building ViaFabric: " + version)

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viafabric-mc114",
"name": "ViaFabric",
"name": "ViaFabric for 1.14",
"version": "@version@",
"description": "@description@",
"license": "GPL-3.0",
@ -57,5 +57,10 @@
"mixins.viafabric114.gui.json",
"mixins.viafabric114.debug.json",
"mixins.viafabric114.pipeline.json"
]
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
}

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viafabric-mc115",
"name": "ViaFabric",
"name": "ViaFabric for 1.15",
"version": "@version@",
"description": "@description@",
"license": "GPL-3.0",
@ -57,5 +57,10 @@
"mixins.viafabric115.gui.json",
"mixins.viafabric115.debug.json",
"mixins.viafabric115.pipeline.json"
]
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
}

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viafabric-mc116",
"name": "ViaFabric",
"name": "ViaFabric for 1.16",
"version": "@version@",
"description": "@description@",
"license": "GPL-3.0",
@ -53,5 +53,10 @@
"mixins.viafabric116.gui.json",
"mixins.viafabric116.debug.json",
"mixins.viafabric116.pipeline.json"
]
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
}

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viafabric-mc117",
"name": "ViaFabric",
"name": "ViaFabric for 1.17",
"version": "@version@",
"description": "@description@",
"license": "GPL-3.0",
@ -53,5 +53,10 @@
"mixins.viafabric117.gui.json",
"mixins.viafabric117.debug.json",
"mixins.viafabric117.pipeline.json"
]
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
}

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viafabric-mc18",
"name": "ViaFabric",
"name": "ViaFabric for 1.8",
"version": "@version@",
"description": "@description@",
"license": "GPL-3.0",
@ -53,5 +53,10 @@
"mixins.viafabric18.gui.json",
"mixins.viafabric18.debug.json",
"mixins.viafabric18.pipeline.json"
]
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
}