ViaFabric/src/main/resources/fabric.mod.json

93 lines
2.1 KiB
JSON
Raw Normal View History

2019-01-05 22:30:41 +01:00
{
2019-04-07 19:59:00 +02:00
"schemaVersion": 1,
2019-01-05 22:30:41 +01:00
"id": "viafabric",
"name": "ViaFabric",
2019-01-06 20:11:08 +01:00
"version": "@version@",
2019-03-03 11:53:38 +01:00
"description": "@description@",
2021-04-02 17:03:06 +02:00
"license": "GPL-3.0",
2019-04-07 19:59:00 +02:00
"contact": {
2020-06-23 18:44:27 +02:00
"homepage": "https://viaversion.com/fabric",
2019-03-03 11:53:38 +01:00
"issues": "https://github.com/ViaVersion/ViaFabric/issues",
"sources": "https://github.com/ViaVersion/ViaFabric"
},
2019-04-07 19:59:00 +02:00
"environment": "*",
2019-03-03 11:53:38 +01:00
"authors": [
{
"name": "creeper123123321",
"contact": {
"homepage": "https://creeper123123321.keybase.pub/"
}
}
],
"contributors": [
{
"name": "Gerrygames",
"contact": {
"homepage": "https://github.com/Gerrygames"
}
},
{
"name": "KennyTV",
"contact": {
"homepage": "https://github.com/KennyTV"
}
},
{
"name": "Patbox",
"contact": {
"homepage": "https://github.com/Patbox"
}
},
{
"name": "Frozen-Tofu",
"contact": {
"homepage": "https://github.com/Frozen-Tofu"
}
},
{
"name": "DreenDex",
"contact": {
"homepage": "https://github.com/DreenDex"
}
},
{
"name": "GitHub contributors",
"contact": {
"homepage": "https://github.com/ViaVersion/ViaFabric/graphs/contributors"
}
}
2019-03-03 11:53:38 +01:00
],
2019-04-07 19:59:00 +02:00
"entrypoints": {
"main": [
"com.github.creeper123123321.viafabric.ViaFabric"
2019-04-30 19:48:22 +02:00
],
"cotton-client-commands": [
"com.github.creeper123123321.viafabric.commands.VRClientCommands"
],
"modmenu": [
"com.github.creeper123123321.viafabric.gui.ModMenuConfig"
2019-04-07 19:59:00 +02:00
]
},
2019-06-16 15:15:29 +02:00
"depends": {
"cotton-client-commands": "*",
2019-04-23 20:43:50 +02:00
"fabricloader": ">=0.4.0",
"fabric-resource-loader-v0": "*",
"minecraft": ">1.16.50",
"viaversion": ">3.0.1"
2019-02-08 20:46:37 +01:00
},
"conflicts": {
"fabric-registry-sync-v0": "*"
},
2019-06-16 15:16:35 +02:00
"recommends": {
2020-08-14 17:57:21 +02:00
"fabric-command-api-v1": "*"
2019-03-03 11:53:38 +01:00
},
2020-06-23 17:45:22 +02:00
"icon": "assets/viafabric/textures/logo.png",
2019-04-07 19:59:00 +02:00
"mixins": [
"mixins.viafabric.address.json",
"mixins.viafabric.gui.json",
"mixins.viafabric.debug.json",
"mixins.viafabric.pipeline.json"
],
"accessWidener": "viafabric.accesswidener"
2019-01-05 22:30:41 +01:00
}