mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
24 lines
645 B
JSON
Vendored
24 lines
645 B
JSON
Vendored
{
|
|
"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, 14, 0 ]
|
|
},
|
|
"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]
|
|
}
|
|
]
|
|
} |