Data Loader
Adds global data packs that are enabled by default to all worlds.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Data Loader
This mod is a port of sargunv's Data Loader.
This mod adds a `datapacks` folder inside your game directory where you can put datapacks that will apply to all worlds.
Configuration
Unlike sargunv's original mod, this port has a completely optional load order configuration located in `config/data-loader.json`.
`onlyLoadSpecified`: When set to true Minecraft will only load the datapacks in the `loadOrder` list and the fabric datapack. Unless the vanilla datapack or a suitable replacement is provided the game will crash upon launch.
`loadOrder`: Minecraft will load the datapacks in the order specified in this list. Datapacks in the ´datapacks´ folder needs to be prefixed with ´file/´, the `vanilla`, `fabric` and experimental datapacks don't need to be prefixed with anything. Internal mod datapacks should however be prefixed by the mod id and the `/` should be replaced by a `:`.