2023-09-02 00:50:36 +08:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "mctools",
|
|
|
|
"version": "${version}",
|
|
|
|
"name": "MCTools",
|
|
|
|
"description": "",
|
|
|
|
"authors": [],
|
|
|
|
"contact": {
|
2024-08-18 17:46:46 +08:00
|
|
|
"repo": "https://github.com/expvintl/MCTools"
|
2023-09-02 00:50:36 +08:00
|
|
|
},
|
|
|
|
"license": "All-Rights-Reserved",
|
|
|
|
"environment": "client",
|
|
|
|
"entrypoints": {
|
|
|
|
"client": [
|
|
|
|
"com.expvintl.mctools.MCToolsClient"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mixins": [
|
|
|
|
"mctools.mixins.json"
|
|
|
|
],
|
|
|
|
"depends": {
|
2024-08-18 17:46:46 +08:00
|
|
|
"fabricloader": ">=0.8.0",
|
2023-09-02 00:50:36 +08:00
|
|
|
"fabric": "*",
|
2024-09-02 02:15:08 +08:00
|
|
|
"minecraft": "~1.20.4"
|
2023-09-02 00:50:36 +08:00
|
|
|
}
|
|
|
|
}
|