mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-23 16:37:44 +01:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "viafabric-mc115",
|
|
"name": "ViaFabric for 1.15",
|
|
"version": "@version@",
|
|
"description": "@description@",
|
|
"license": "GPL-3.0",
|
|
"contact": {
|
|
"homepage": "https://viaversion.com/fabric",
|
|
"issues": "https://github.com/ViaVersion/ViaFabric/issues",
|
|
"sources": "https://github.com/ViaVersion/ViaFabric"
|
|
},
|
|
"environment": "*",
|
|
"authors": [
|
|
{
|
|
"name": "creeper123123321",
|
|
"contact": {
|
|
"homepage": "https://creeper123123321.github.io/"
|
|
}
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "GitHub contributors",
|
|
"contact": {
|
|
"homepage": "https://github.com/ViaVersion/ViaFabric/graphs/contributors"
|
|
}
|
|
}
|
|
],
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.viaversion.fabric.mc115.ViaFabric"
|
|
],
|
|
"cotton-client-commands": [
|
|
"com.viaversion.fabric.mc115.commands.VFClientCommands"
|
|
],
|
|
"modmenu": [
|
|
"com.viaversion.fabric.mc115.gui.ModMenuConfig"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabric-resource-loader-v0": "*",
|
|
"minecraft": "1.15.x",
|
|
"viafabric": "*"
|
|
},
|
|
"recommends": {
|
|
"fabric-command-api-v1": "*",
|
|
"cotton-client-commands": "*"
|
|
},
|
|
"mixins": [
|
|
"mixins.viafabric115.address.json",
|
|
"mixins.viafabric115.gui.json",
|
|
"mixins.viafabric115.debug.json",
|
|
"mixins.viafabric115.pipeline.json"
|
|
],
|
|
"custom": {
|
|
"modmenu": {
|
|
"parent": "viafabric"
|
|
}
|
|
}
|
|
}
|