Skip to content

Commit

Permalink
upd: Add subpacks to manifest
Browse files Browse the repository at this point in the history
- Bump versions
  • Loading branch information
jasonjgardner committed Feb 13, 2024
1 parent 03e2bdd commit 32a6728
Showing 1 changed file with 48 additions and 39 deletions.
87 changes: 48 additions & 39 deletions bedrock/pack/RP/manifest.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,49 @@
{
"format_version": 2,
"metadata": {
"authors": [
"Jason Gardner"
],
"url": "https://github.com/jasonjgardner/jg-rtx/"
},
"header": {
"name": "JG RTX",
"description": "Realistic 256x PBR resource pack",
"version": [
0,
32,
3
],
"min_engine_version": [
1,
20,
10
],
"uuid": "8d5b130b-71ff-4c5c-84d7-46a6024248f5"
},
"capabilities": [
"raytraced",
"pbr"
],
"modules": [
{
"description": "RTX resources",
"type": "resources",
"uuid": "5367033a-ddb5-4cdf-b7d1-544ea3feb6be",
"version": [
0,
32,
3
]
}
]
}
"format_version": 2,
"metadata": {
"authors": [
"Jason Gardner"
],
"url": "https://github.com/jasonjgardner/jg-rtx/"
},
"header": {
"name": "JG RTX",
"description": "Realistic 256x PBR resource pack",
"version": [
0,
32,
4
],
"min_engine_version": [
1,
20,
20
],
"uuid": "8d5b130b-71ff-4c5c-84d7-46a6024248f5"
},
"capabilities": [
"raytraced",
"pbr"
],
"modules": [
{
"description": "RTX resources",
"type": "resources",
"uuid": "5367033a-ddb5-4cdf-b7d1-544ea3feb6be",
"version": [
0,
32,
4
]
}
],
"subpacks": [{
"folder_name": "128x",
"name": "128x",
"memory_tier": 0
}, {
"folder_name": "256x",
"name": "256x",
"memory_tier": 1
}]
}

0 comments on commit 32a6728

Please sign in to comment.