Skip to content

Commander07/data-loader

Repository files navigation

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 :.

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

License

Data loader started as port of Sargun Vohra's Data Loader for 1.18.x, Which is licensed under Apache License 2.0

Data Loader is built on top of FabricMC's Example mod which is licensed under CC0-1.0