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

34 lines
892 B
JSON

{
"schemaVersion": 1,
"id": "combit",
"name": "ComBit",
"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"
},
"license": "MIT",
"icon": "assets/combit/icon.png",
"environment": "*",
"entrypoints": {
"main": ["io.gitlab.jfronny.combit.Combit"],
"libjf:config": ["io.gitlab.jfronny.combit.JFC_CombitConfig"]
},
"mixins": [
"combit.mixins.json",
{
"config": "combit.client.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "*",
"libjf-config-core-v1": ">=3.0.0"
}
}