Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to pull in resourcepack packwiz files #65

Open
IThundxr opened this issue Jun 27, 2024 · 1 comment
Open

Fails to pull in resourcepack packwiz files #65

IThundxr opened this issue Jun 27, 2024 · 1 comment

Comments

@IThundxr
Copy link

when running mcman init --packwiz https://raw.githubusercontent.com/Layers-of-Railways/modpack/1.20.1/dev/pack.toml you can observe that files in this folder https://github.com/Layers-of-Railways/modpack/tree/1.20.1/dev/resourcepacks and https://github.com/Layers-of-Railways/modpack/tree/1.20.1/dev/config/paxi/resourcepacks never get added due to being resourcepack files with mcman giving the following warning

      ⚠ Warn unsupported metafile: resourcepacks/ferns-fancy-inventory.pw.toml - please open an issue at github
      ⚠ Warn unsupported metafile: resourcepacks/fresh-animations.pw.toml - please open an issue at github
      ⚠ Warn unsupported metafile: shaderpacks/complementary-reimagined.pw.toml - please open an issue at github
      ⚠ Warn unsupported metafile: shaderpacks/complementary-unbound.pw.toml - please open an issue at github

supporting resourcepacks would be a nice touch if its possible

@TheAlan404
Copy link
Contributor

TheAlan404 commented Jun 27, 2024

The v2 rewrite should have full support for this, for now unfortunately I cant give you much of a fix

Here's a preview server.toml on v2:

name = "Layers of Railway"

[[sources]]
type = "modpack"
modpack_type = "packwiz"
url = "https://raw.githubusercontent.com/Layers-of-Railways/modpack/1.20.1/dev/"

hell, you can even mcman build with that on v2, v2 is currently missing a lot of the import / export / run extra features but the core part is somewhat complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants