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

34 lines
892 B
JSON
Raw Normal View History

2020-10-27 20:13:31 +01:00
{
"schemaVersion": 1,
"id": "combit",
2021-12-29 23:36:10 +01:00
"name": "ComBit",
2022-12-02 17:42:14 +01:00
"version": "${version}",
"description": "Configurable tweaks for combat-related mechanics",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Combit/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Combit"
},
2020-10-27 20:13:31 +01:00
"license": "MIT",
"icon": "assets/combit/icon.png",
"environment": "*",
"entrypoints": {
2022-12-02 17:42:14 +01:00
"main": ["io.gitlab.jfronny.combit.Combit"],
2022-12-29 14:31:08 +01:00
"libjf:config": ["io.gitlab.jfronny.combit.JFC_CombitConfig"]
2020-10-27 20:13:31 +01:00
},
"mixins": [
2022-07-28 15:43:08 +02:00
"combit.mixins.json",
{
"config": "combit.client.mixins.json",
"environment": "client"
}
2020-10-27 20:13:31 +01:00
],
"depends": {
2021-12-29 23:36:10 +01:00
"fabricloader": ">=0.12.12",
"minecraft": "*",
2022-08-28 15:21:37 +02:00
"libjf-config-core-v1": ">=3.0.0"
2020-10-27 20:13:31 +01:00
}
}