Files
MCTools/src/main/resources/fabric.mod.json
expvintl 1d6b3db118
All checks were successful
Build1.21 / build (push) Successful in 6m55s
1.20.4
2024-09-02 02:15:08 +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"
}
}