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

76 lines
1.6 KiB
JSON
Raw Normal View History

2021-05-02 17:01:24 +02:00
{
"schemaVersion": 1,
2024-04-21 17:02:13 +02:00
"id": "viafabric-mc1165",
2021-05-02 19:13:07 +02:00
"name": "ViaFabric for 1.16",
2022-01-26 13:05:18 +01:00
"version": "${version}",
"description": "${description}",
2021-05-02 17:01:24 +02:00
"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/"
}
2024-01-29 19:39:10 +01:00
},
{
"name": "FlorianMichael/EnZaXD",
"contact": {
"homepage": "https://github.com/FlorianMichael"
}
},
{
"name": "kennytv",
"contact": {
"homepage": "https://kennytv.eu"
}
},
{
"name": "Kichura",
"contact": {
"homepage": "https://github.com/Kichura"
}
2021-05-02 17:01:24 +02:00
}
],
"contributors": [
{
"name": "GitHub contributors",
"contact": {
"homepage": "https://github.com/ViaVersion/ViaFabric/graphs/contributors"
}
}
],
"entrypoints": {
"main": [
2024-04-21 17:02:13 +02:00
"com.viaversion.fabric.mc1165.ViaFabric"
2021-05-02 17:01:24 +02:00
],
"modmenu": [
2024-04-21 17:02:13 +02:00
"com.viaversion.fabric.mc1165.gui.ModMenuConfig"
2021-05-02 17:01:24 +02:00
]
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "1.16.5",
"viafabric": "*"
2021-05-02 17:01:24 +02:00
},
"recommends": {
"fabric-command-api-v1": "*"
},
"mixins": [
2024-04-21 17:02:13 +02:00
"mixins.viafabric1165.address.json",
"mixins.viafabric1165.gui.json",
"mixins.viafabric1165.debug.json",
"mixins.viafabric1165.pipeline.json"
2021-05-02 19:13:07 +02:00
],
"custom": {
"modmenu": {
"parent": "viafabric"
}
}
2021-05-02 17:01:24 +02:00
}