
Introduction
Pack Repos is a very simple and lightweight mod implementing necessary features.
It also serves as an API for a feature in my other mod Content Packs.
Features
- Data packs folder (
<game_dir>/datapacks) equivalent to the resource packs folder (available for every world) - Required resource packs folder (
<game_dir>/config/packrepos/required_resourcepacks) (always enabled) - Required data packs folder (
<game_dir>/config/packrepos/required_datapacks) (always enabled) - Bundled resource packs folder (
<game_dir>/config/packrepos/bundled_resourcepacks) for modpack creators (optionally enabled) - Bundled data packs folder (
<game_dir>/config/packrepos/bundled_datapacks) for modpack creators (optionally enabled)
Planned features
- Define custom folders in config.
- Hidden packs folders.
Note : I am widely open to suggestions!