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

32 lines
609 B
JSON
Raw Normal View History

2020-10-27 20:13:31 +01:00
{
"schemaVersion": 1,
"id": "combit",
"version": "${version}",
2021-12-29 23:36:10 +01:00
"name": "ComBit",
2020-10-27 20:13:31 +01:00
"description": "Removes delays in combat",
"authors": [
"JFronny"
],
"contact": {},
"license": "MIT",
"icon": "assets/combit/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.combit.Combit"
2021-12-29 23:36:10 +01:00
],
"libjf:config": [
"io.gitlab.jfronny.combit.CombitConfig"
2020-10-27 20:13:31 +01:00
]
},
"mixins": [
"combit.mixins.json"
],
"depends": {
2021-12-29 23:36:10 +01:00
"fabricloader": ">=0.12.12",
"minecraft": "*",
2022-04-04 20:29:21 +02:00
"libjf-unsafe-v0": ">=2.7.2",
"libjf-config-v0": ">=2.7.2"
2020-10-27 20:13:31 +01:00
}
}