legopitstop/More-NBT-Tags-datapack
- Open VSC.
- Go to your settings (
CTRL
+,
) - At the top corner you should find a button that will open settings (JSON). Click it.
- Paste the below code into that JSON.
- Save it. Thats it your done!
{
"json.schemas": [
{
"fileMatch": [
"*.json"
],
"url": "https://raw.githubusercontent.com/legopitstop/More-NBT-Tags-Datapack/main/draft-01/schema.json"
}
]
}
or you can referance the schema directly inside the JSON file.
{"$schema":"https://raw.githubusercontent.com/legopitstop/More-NBT-Tags-Datapack/main/draft-01/schema.json"}