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

Is it possible to change the load order every since a world will be loaded? #5

Closed cyberpunkbln closed 3 years ago

cyberpunkbln commented 3 years ago

Hello,

is it possible to to change the load order every since a world will be loaded and every datapack in openloader/data will be loaded as last datapack?

At this time im must move all datapacks out from openloader/data, load the world, close the world and the move the datapacks back and load the world again.

thx

Edit: I mean when i install new mods, this mods became the loading order last, after the first init from openloader with the state of mods at this time.

Darkhax commented 3 years ago

Hello, unfortunately there is no good/easy way. Mojang has a datapack command which allows you to move them but there is no automatic way to do this.