Uploaded March 2022 | Updated September 2026, 7 hours ago
Subpacks are a resource pack feature that allow users to choose which features are enabled in a resource pack. With subpacks, you no longer need to create separate packs for different configurations. A single resource pack can contain as many subpacks as you want!
Resource Pack Tutorial Playlist: youtube.com/playlist?list=PLwnviK9sp0sf3XKyLYvav-s9xwEodvJzf
An example pack with subpacks can be downloaded using the link below. Alternatively, you can copy the subpack array code lower in the description directly into your manifest.
Download the Example Pack: mediafire.com/file/4y2wen6wojspdzd/SubpackExample.mcpack/file
Subpack Arrays:
"settings": [
{
"type": "label",
"text": "Descriptions can be added to the subpack screen by adding a \"label\" setting in the manifest. Unfortunately, these cannot be translated."
},
{
"type": "label",
"text": "You can separate your description into multiple paragraphs by adding a second \"label\" object in the settings array."
}
],
"subpacks": [
{
"folder_name": "subpack_3",
"name": "Subpack 3",
"memory_tier": 1
},
{
"folder_name": "subpack_2",
"name": "Subpack 2",
"memory_tier": 1
},
{
"folder_name": "subpack_1",
"name": "Subpack 1",
"memory_tier": 1
}
]
Rainvay_ZCYF's Additional Settings Video: twitter.com/ZouChenyunfei/status/1500664785343430656?s=20&t=EBZWV4J-KCcIBVPoUlzosQ
YouTube: youtube.com/AgentMindStorm
Twitter: twitter.com/agentms_
Outro Music is Danny by C418: youtu.be/X2ajI96FyAk
Subpacks are a resource pack feature that allow users to choose which features are enabled in a resource pack. With subpacks, you no longer need to create separate packs for different configurations. A single resource pack can contain as many subpacks as you want!
Resource Pack Tutorial Playlist: youtube.com/playlist?list=PLwnviK9sp0sf3XKyLYvav-s9xwEodvJzf
An example pack with subpacks can be downloaded using the link below. Alternatively, you can copy the subpack array code lower in the description directly into your manifest.
Download the Example Pack: mediafire.com/file/4y2wen6wojspdzd/SubpackExample.mcpack/file
Subpack Arrays:
"settings": [
{
"type": "label",
"text": "Descriptions can be added to the subpack screen by adding a \"label\" setting in the manifest. Unfortunately, these cannot be translated."
},
{
"type": "label",
"text": "You can separate your description into multiple paragraphs by adding a second \"label\" object in the settings array."
}
],
"subpacks": [
{
"folder_name": "subpack_3",
"name": "Subpack 3",
"memory_tier": 1
},
{
"folder_name": "subpack_2",
"name": "Subpack 2",
"memory_tier": 1
},
{
"folder_name": "subpack_1",
"name": "Subpack 1",
"memory_tier": 1
}
]
Rainvay_ZCYF's Additional Settings Video: twitter.com/ZouChenyunfei/status/1500664785343430656?s=20&t=EBZWV4J-KCcIBVPoUlzosQ
YouTube: youtube.com/AgentMindStorm
Twitter: twitter.com/agentms_
Outro Music is Danny by C418: youtu.be/X2ajI96FyAk










