Hey CJ!
I have a bit of an issue with this mod: something is breaking the load order of datapacks and causes the list to be unpredictable. The load order should be Vanilla, Mods, then added DataPacks. For some reason, with Overloaded, it will rearrange that order randomly. Is this something you would be able to look into? I can help give any more information if you'd like!
This might be helpful to check out:
Set<String> packNames = event.getServer().getResourcePacks().getEnabledPacks().stream().map(pack -> pack.getName()).collect(Collectors.toSet());
Thanks!
Darkosto
Hey CJ!
I have a bit of an issue with this mod: something is breaking the load order of datapacks and causes the list to be unpredictable. The load order should be Vanilla, Mods, then added DataPacks. For some reason, with Overloaded, it will rearrange that order randomly. Is this something you would be able to look into? I can help give any more information if you'd like!
This might be helpful to check out:
Set<String> packNames = event.getServer().getResourcePacks().getEnabledPacks().stream().map(pack -> pack.getName()).collect(Collectors.toSet());Thanks!
Darkosto