Worlds Resourcepack Setter
ModMIT

Worlds Resourcepack Setter

A mod for embedding resource packs into the current local world.

35
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions

📖About Worlds Resourcepack Setter

Worlds Resourcepack Setter

Mod Loader
Static Badge
Static Badge

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 version

  • compatible - include only resource packs that are compatible with the current game version

  • everything - include both player resource packs and built-in packs from mods and loaders

  • external - 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.