Skip to content
This repository was archived by the owner on Aug 16, 2020. It is now read-only.

Commit 397215b

Browse files
committed
🐛 Fix pack.mcmeta
Fix #40.
1 parent 9290027 commit 397215b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pack.mcmeta.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"$id": "https://raw.githubusercontent.com/SPGoding/datapack-json/master/src/pack.mcmeta.json",
55
"title": "Resource pack information",
66
"description": "Information about a resource pack",
7-
"additionalProperties": false,
87
"defaultSnippets": [
98
{
109
"label": "Default (data) pack.mcmeta",
1110
"body": {
1211
"pack": {
1312
"description": "${1:${TM_DIRECTORY/(?:.*[\\\\/])?([^\\\\/]*)/$1/}}: $2",
14-
"pack_format": 4
13+
"pack_format": 5
1514
}
1615
}
1716
}
@@ -23,10 +22,10 @@
2322
"description": "Information about the datapack",
2423
"properties": {
2524
"pack_format": {
26-
"default": 4,
25+
"default": 5,
2726
"type": "integer",
2827
"title": "Datapack version",
29-
"description": "This is 4 for 1.13"
28+
"description": "This is 4 for 1.13, 5 for 1.15"
3029
},
3130
"description": {
3231
"$ref": "./shared/text_component.json#",

0 commit comments

Comments
 (0)