# Auto Generated, do not touch config_version = 4 # If set to true, the mod creates a new global folder, that is global for your user on your computer. # The created folders will be: # /.minecraft_global_packs//required_datapacks # /.minecraft_global_packs//optional_datapacks # /.minecraft_global_packs//required_resourcepacks # /.minecraft_global_packs//optional_resourcepacks enable_system_global_packs = false # This prints Pack IDs into the logs, using this you can force enable builtin resourcepacks from mods, further down in the config. log_pack_ids = false # This config allows you to add or remove folders or single files as Data-/Resourcepacks # For that simply specify the file path to the folder/file relative to your folder [resourcepacks] required = ["global_packs/required_resources/", "global_packs/required_data/"] # Check game log if log_pack_ids is set to true, you need to add the full IDs listed in there. # Search for "# Listing Resource Packs #" inside the log enable_builtin = [] [datapacks] required = ["datapacks/", "resourcepacks/", "global_packs/required_data/"] optional = ["global_packs/optional_data/"] enable_builtin = []