#This should under no circumstances be set to true in modpacks #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 config_version = 4 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 .minecraft or instance folder #With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack. [resourcepacks] required = ["datapacks/", "resourcepacks/", "global_packs/required_resources/"] enable_builtin = [] [datapacks] required = ["datapacks/", "global_packs/required_data/", "resourcepacks/"] optional = ["global_packs/optional_data/"] enable_builtin = []