feat: Initial commit
This commit is contained in:
31
examples/default/behavior_pack/pack_manifest.json
Normal file
31
examples/default/behavior_pack/pack_manifest.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"modules": [
|
||||
{
|
||||
"description": "",
|
||||
"type": "data",
|
||||
"uuid": "{behavior_module_uuid}",
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"header": {
|
||||
"description": "",
|
||||
"name": "behavior_pack",
|
||||
"uuid": "{behavior_pack_uuid}",
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
18,
|
||||
0
|
||||
]
|
||||
},
|
||||
"dependencies": [],
|
||||
"format_version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user