πManifest
Here you will see the configuration for the manifest.json file
{
"format_version": 2,
"header": {
"description": "The description of you resource pack",
"name": "Any name you want for your pack",
"uuid": "the uuid for the manifest",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
18,
3
]
},
"modules": [
{
"description": "The description of you resource pack",
"type": "resources",
"uuid": "the second uuid for the manifest",
"version": [
1,
0,
0
]
}
]
}Last updated