mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-12-04 08:17:07 +00:00
24 lines
646 B
JSON
24 lines
646 B
JSON
{
|
|
"format_version": 2,
|
|
"header": {
|
|
"description": "Example vanilla behavior pack",
|
|
"name": "Vanilla Behavior Pack",
|
|
"uuid": "ee649bcf-256c-4013-9068-6a802b89d756",
|
|
"version": [ 0, 0, 1 ],
|
|
"min_engine_version": [ 1, 21, 50 ]
|
|
},
|
|
"modules": [
|
|
{
|
|
"description": "Example vanilla behavior pack",
|
|
"type": "data",
|
|
"uuid": "fa6e90c8-c925-460f-8155-c8a60b753caa",
|
|
"version": [0, 0, 1]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"uuid": "66c6e9a8-3093-462a-9c36-dbb052165822",
|
|
"version": [0, 0, 1]
|
|
}
|
|
]
|
|
} |