YUNG-GANG / Paxi

Minecraft mod for automatic global datapack & resource pack loading
GNU Lesser General Public License v3.0
8 stars 4 forks source link

Load Order Formatting #12

Closed gamerpotion closed 1 year ago

gamerpotion commented 1 year ago

Hi, could you please write an example of the formatting to use when setting the loadOrder for datapacks and resourcepacks in the json file (Preferably on the Mod Page on CurseForge so new users can see) Thanks

yungnickyoung commented 1 year ago

Hey, it's just a regular JSON list, where the items in each list are a string exactly matching the name(s) of the data/resource pack(s).

gamerpotion commented 1 year ago

Hey, it's just a regular JSON list, where the items in each list are a string exactly matching the name(s) of the data/resource pack(s).

hey, there seems to be an issue where it only selects the resource pack folder from inside paxi's folder, if I try to make a zip resource pack from root resourcepack load first, it doesn't work and always uses paxi's pack first

yungnickyoung commented 1 year ago

oh boy. I'll take a look ASAP

yungnickyoung commented 1 year ago

1.18 or 1.19?

gamerpotion commented 1 year ago

1.18 or 1.19?

sorry this is on 1.19.2 - Paxi-1.19.2-Fabric-3.0.1.jar

Thanks

yungnickyoung commented 1 year ago

Can you elaborate on your exact use case? Including the packs you're loading, the exact behavior that's occuring, and what the problem is. Thanks!

gamerpotion commented 1 year ago

Can you elaborate on your exact use case? Including the packs you're loading, the exact behavior that's occuring, and what the problem is. Thanks!

sure,
to best explain it, are you able to get modpack - https://www.curseforge.com/minecraft/modpacks/darkrpg it might be easier to see

I updated Paxi on it and put the following code in the load order for resourcepacks. It doesnt load Legacy Menu (which is stored in resourcepacks root folder) and always loads the folder from paxi folder.

{ "loadOrder": [ "DarkRPG Legacy Menu.zip" , "DarkRPG Nocturnal Data" , "RPG PVP Swords and Tools.zip" ] }

gamerpotion commented 1 year ago

Can you elaborate on your exact use case? Including the packs you're loading, the exact behavior that's occuring, and what the problem is. Thanks!

hi, just wondering if you had a chance to look into this?

gamerpotion commented 1 year ago

Closing as no update on this and have now removed mod from modpack, so the issue is now redundant.