ViaFabric/viafabric-mc115/src/main/resources/fabric.mod.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2021-05-02 17:01:24 +02:00
{
"schemaVersion": 1,
"id": "viafabric-mc115",
2021-05-02 19:13:07 +02:00
"name": "ViaFabric for 1.15",
2021-05-02 17:01:24 +02:00
"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": [
2021-05-10 01:34:48 +02:00
"com.viaversion.fabric.mc115.commands.VFClientCommands"
2021-05-02 17:01:24 +02:00
],
"modmenu": [
"com.viaversion.fabric.mc115.gui.ModMenuConfig"
]
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "1.15.x",
"viaversion": ">3.0.1"
},
"recommends": {
2021-05-02 17:26:15 +02:00
"fabric-command-api-v1": "*",
"cotton-client-commands": "*"
2021-05-02 17:01:24 +02:00
},
"mixins": [
2021-05-02 17:56:59 +02:00
"mixins.viafabric115.address.json",
"mixins.viafabric115.gui.json",
"mixins.viafabric115.debug.json",
"mixins.viafabric115.pipeline.json"
2021-05-02 19:13:07 +02:00
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
2021-05-02 17:01:24 +02:00
}