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

23 lines
449 B
JSON

{
"schemaVersion": 1,
"id": "yescheat",
"version": "${version}",
"name": "YesCheat",
"description": "No more rubber-banding",
"authors": [],
"contact": {},
"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": "*"
}
}