mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 06:39:13 +00:00
18 lines
507 B
JSON
18 lines
507 B
JSON
{
|
|
"format_version": 2,
|
|
"header": {
|
|
"description": "Example vanilla resource pack",
|
|
"name": "Vanilla Resource Pack",
|
|
"uuid": "66c6e9a8-3093-462a-9c36-dbb052165822",
|
|
"version": [0, 0, 1],
|
|
"min_engine_version": [ 1, 21, 40 ]
|
|
},
|
|
"modules": [
|
|
{
|
|
"description": "Example vanilla resource pack",
|
|
"type": "resources",
|
|
"uuid": "743f6949-53be-44b6-b326-398005028819",
|
|
"version": [0, 0, 1]
|
|
}
|
|
]
|
|
} |