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