#DataPack Ordering

6 messages · Page 1 of 1 (latest)

nova vault
#

I'm using Shattered World Limits in my Modpack and it needs to be above all other Datapacks for terrain to generate at the new heights. However, upon opening the world creation screen swl is placed around the bottom third of all of the datapacks, and I can only move it up one pack at a time. How can I automatically have swl load at the top of the list? I thought Paxi might've worked but it seems to have not. I've linked the file that was said to effect it, just in case I set it up wrong. However if its an issue with some other mod I don't know how to get help for that beyond sharing my whole modpack.

night badge
#

Unfortunately Paxi only works on regular resource and data packs, not the built-in resources with mods

#

Here, try this: keep the mod installed, but download this zip and put it in the Paxi datapack folder (config/paxi/datapacks). I just copy/pasted all the built-in data resources from the mod into a separate data pack.

Then modify your datapack_load_order.json to look like this:

{
  "loadOrder": [
    "swl.zip"
  ]
}
#

on Paxi for Forge 1.20.1, datapacks specified in the load_order json load after all other packs and mods, so that should do the trick

nova vault
#

This works, the only downside being that I’d have to manually update swl.zip instead of using curseforge correct? Also am I correct in assuming the curseforge installation of swl is now redundant and is being overwritten by the zip?

night badge
#

You would have to manually update yeah, but looking at the mod it's literally just that data pack + a single mixin to modify the y-level of aquifers I think