Files
MCTools/src/main/resources/fabric.mod.json

27 lines
494 B
JSON
Raw Normal View History

2023-09-02 00:50:36 +08:00
{
"schemaVersion": 1,
"id": "mctools",
"version": "${version}",
"name": "MCTools",
"description": "",
"authors": [],
"contact": {
"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": {
"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
}
}