← Назад к ресурсам

Data Loader

Adds global data packs that are enabled by default to all worlds.

Modrinth utility

Описание

This mod is a port of [sargunv's Data Loader](https://www.curseforge.com/minecraft/mc-mods/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 `:`.