Darkhax-Minecraft / Open-Loader

An open source resource and data loader for Minecraft.
GNU Lesser General Public License v2.1
19 stars 7 forks source link

Datapack load order #12

Closed Quizer9O8 closed 3 years ago

Quizer9O8 commented 3 years ago

Some datapack from creators require to be sorted in such way that Datapack B comes before A. Due to the way Open-Loader handles datapacks we're unable to manually change the load order if needed. Therefore I would like to see an option to tell Open-Loader which datapacks should be loaded first.

Darkhax commented 3 years ago

The load order is handled by Vanilla and is a limitation of the datapack system. You should be able to use the in-game command to change load order as needed on a per-world basis.