This commit is contained in:
expvintl
2023-09-02 00:50:36 +08:00
commit 2084d95ee7
343 changed files with 1722 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"schemaVersion": 1,
"id": "mctools",
"version": "${version}",
"name": "MCTools",
"description": "",
"authors": [],
"contact": {
"repo": "https://github.com/undefined/MCTools"
},
"license": "All-Rights-Reserved",
"icon": "assets/mctools/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"com.expvintl.mctools.MCToolsClient"
]
},
"mixins": [
"mctools.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}