27 lines
494 B
JSON
27 lines
494 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "mctools",
|
|
"version": "${version}",
|
|
"name": "MCTools",
|
|
"description": "",
|
|
"authors": [],
|
|
"contact": {
|
|
"repo": "https://github.com/expvintl/MCTools"
|
|
},
|
|
"license": "All-Rights-Reserved",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"com.expvintl.mctools.MCToolsClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"mctools.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.8.0",
|
|
"fabric": "*",
|
|
"minecraft": "~1.20.4"
|
|
}
|
|
}
|