Using the Block API uuid when populating your manifest.json will ensure your custom blocks function reliably.
Supported versions
Bhavior Pack
78d6093e-930e-4272-a2b7-684593a08da5 - ver1.0.0
Resouce Pack
0222c049-fac2-4a28-a792-6bd3d7abcb93 - ver1.0.0
Please enter these uuids in dependencies
example
{
"format_version": 2,
"header": {
"description": "pack.description",
"name": "pack.name",
"uuid": "uuid1",
"version": [1, 0, 0],
"min_engine_version": [1, 14, 0]
},
"modules": [
{
"description": "pack.description",
"type": "data",
"uuid": "uuid2",
"version": [1, 0, 0]
}
],
"dependencie": [
{
"uuid": "0222c049-fac2-4a28-a792-6bd3d7abcb93",
"version": [
1,
0,
0
]
},
{
"uuid": "78d6093e-930e-4272-a2b7-684593a08da5",
"version": [
1,
0,
0
]
}
}
Be sure to download the Block API before using it!