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

24 lines
407 B
JSON

{
"schemaVersion": 1,
"id": "yescheat",
"version": "${version}",
"name": "YesCheat",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.yescheat.YesCheat"
]
},
"mixins": [
"YesCheat.mixins.json"
],
"depends": {
"fabricloader": ">=0.9.3+build.207",
"minecraft": "*"
}
}