
Worlds Resourcepack Setter
A mod for embedding resource packs into the current local world.
📖About Worlds Resourcepack Setter
Worlds Resourcepack Setter
How to use?
Using the /setResources command packs all your currently enabled resource packs into a single pack and stores it in the current world folder.
This command also supports parameters:
force- include resource packs that are incompatible with the current game versioncompatible- include only resource packs that are compatible with the current game versioneverything- include both player resource packs and built-in packs from mods and loadersexternal- include only resource packs provided by the player
The command without parameters (/setResources) is equivalent to: /setResources force external
Configuration
The mod includes a configuration file: .minecraft/config/wrs_config.json
Available options:
"pendingWorlds": String Array -> Recommended to ignore. Used internally for the resource pack replacement system when many packs are present.
"includeVanilla": boolean -> Whether to include vanilla Minecraft textures.
"savePath": String -> Path where the resource pack will be saved if you only want to collect packs and store them elsewhere.
"customFileName": String -> Custom filename prefix for the generated resource pack.
"customDescription": String -> Custom resource pack description inside pack.mcmeta.