29 lines
723 B
JSON
29 lines
723 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "yescheat",
|
|
"version": "${version}",
|
|
"name": "YesCheat",
|
|
"description": "No more rubber-banding",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/yescheat/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"libjf:config": ["io.gitlab.jfronny.yescheat.Cfg"]
|
|
},
|
|
"mixins": [
|
|
"YesCheat.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.0",
|
|
"minecraft": "*",
|
|
"libjf-config-core-v1": "*"
|
|
}
|
|
}
|