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

24 lines
398 B
JSON
Raw Normal View History

2020-09-30 14:40:14 +02:00
{
"schemaVersion": 1,
"id": "yescheat",
"version": "${version}",
"name": "YesCheat",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
2020-12-24 21:07:02 +01:00
"environment": "*",
2020-09-30 14:40:14 +02:00
"entrypoints": {
"main": [
"io.gitlab.jfronny.yescheat.YesCheat"
]
},
"mixins": [
"YesCheat.mixins.json"
],
"depends": {
2021-11-10 18:26:43 +01:00
"fabricloader": ">=0.12.0",
2020-09-30 14:40:14 +02:00
"minecraft": "*"
}
}