支持1.21,修复一些问题,为自动工具添加实体识别

This commit is contained in:
expvintl
2024-08-18 17:46:46 +08:00
parent b86130c6f7
commit 2d360b24f1
255 changed files with 417 additions and 602 deletions

View File

@ -6,10 +6,9 @@
"description": "",
"authors": [],
"contact": {
"repo": "https://github.com/undefined/MCTools"
"repo": "https://github.com/expvintl/MCTools"
},
"license": "All-Rights-Reserved",
"icon": "assets/mctools/icon.png",
"environment": "client",
"entrypoints": {
"client": [
@ -20,8 +19,8 @@
"mctools.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabricloader": ">=0.8.0",
"fabric": "*",
"minecraft": "1.20.1"
"minecraft": "~1.21"
}
}