Data Loader
This project represents an adapted version of sargunv's Data Loader mod.
The mod creates a special datapacks folder in the game's root directory where you can place data packs that will automatically apply to all your game worlds.
Configuration
Unlike the original version, this adaptation offers an optional load order configuration located in the config/data-loader.json file.
onlyLoadSpecified: When set to true, Minecraft will only load data packs from the loadOrder list and the fabric data pack. If the vanilla data pack or a suitable replacement is not provided, the game will crash upon launch.
loadOrder: Minecraft loads data packs in the order specified in this list. Data packs in the datapacks folder must be prefixed with file/, while vanilla, fabric, and experimental data packs don't require any prefix. Internal mod data packs should be prefixed with the mod ID, with the / character replaced by :.