Files
emod-cli/examples/default/behavior_pack/pack_manifest.json

31 lines
447 B
JSON
Raw Normal View History

2025-11-29 17:31:00 +08:00
{
"modules": [
{
"description": "",
"type": "data",
2025-11-29 23:38:03 +08:00
"uuid": "{{behavior_module_uuid}}",
2025-11-29 17:31:00 +08:00
"version": [
0,
0,
1
]
}
],
"header": {
"description": "",
"name": "behavior_pack",
2025-11-29 23:38:03 +08:00
"uuid": "{{behavior_pack_uuid}}",
2025-11-29 17:31:00 +08:00
"version": [
0,
0,
1
],
"min_engine_version": [
1,
18,
0
]
},
"dependencies": [],
"format_version": 1
}