Files
MCTools/src/main/resources/fabric.mod.json
forever 4b9ffc3600
Some checks failed
Build / build (push) Failing after 7s
修复mixin
2025-05-19 05:00:06 +08:00

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"
}
}