Add noise settings + update mcschema

This commit is contained in:
Misode
2020-07-20 03:03:04 +02:00
parent 1ab9b15020
commit 6dd21a2d20
5 changed files with 12 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "Start",
"type": "shell",
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/java-1.16 && npm start"
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm start"
}
]
}