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

29 lines
727 B
JSON
Raw Normal View History

2020-09-30 14:40:14 +02:00
{
"schemaVersion": 1,
"id": "yescheat",
"version": "${version}",
"name": "YesCheat",
"description": "No more rubber-banding",
2022-12-02 17:30:52 +01:00
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/YesCheat/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/YesCheat"
},
2020-09-30 14:40:14 +02:00
"license": "MIT",
"icon": "assets/yescheat/icon.png",
2020-12-24 21:07:02 +01:00
"environment": "*",
2020-09-30 14:40:14 +02:00
"entrypoints": {
2022-12-29 14:25:02 +01:00
"libjf:config": ["io.gitlab.jfronny.yescheat.JFC_Cfg"]
2020-09-30 14:40:14 +02:00
},
"mixins": [
"YesCheat.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.0",
2022-08-28 13:09:22 +02:00
"minecraft": "*",
"libjf-config-core-v1": "*"
2020-09-30 14:40:14 +02:00
}
}