1
0

refactor: 支持 Minecraft 1.21.1 版本

This commit is contained in:
2025-04-11 23:45:17 +08:00
parent fc6e38b1f1
commit f2c6cf78e8
142 changed files with 972571 additions and 75187 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{
"typescript.tsserver.maxTsServerMemory": 4096,
"json.schemas": [
{
"fileMatch": [
"/probe/docs/*.json"
"/recipe_schemas/*.json"
],
"url": "./.vscode/probe.doc-schema.json"
"url": "./.vscode/recipe.json"
}
]
}