comp500

Results 280 comments of comp500

A (separate?) command that just imports an existing instance (including copying files, possibly MMC settings?) would be useful, particularly for people that have an existing modpack and want to modify...

This could be integrated directly with CF/Modrinth export commands, automatically looking up unsupported external files?

The ZIP format seems to be woefully underspecified and searching about it is painful, do you have any documentation stating that this is required?

Again, is there something that states this is invalid? The example code for `archive/zip` doesn't set any header data: and there doesn't seem to be anything in the library indicating...

Hmm, I can't seem to replicate this. Are your pack.toml and index.toml files in the same directory? Note that files included in the modpack are traversed from the folder containing...

https://github.com/packwiz/packwiz/commit/65688cf2b113702a97539f9dafe6bae26eac2519 fixes this for Modrinth; hasn't been done for CurseForge yet as it's more complicated.

I had a few existing ideas for this, curious to see what you think: - A .htaccess-like file that, when placed in a directory, configures default settings for files in...

I think this would be a great addition! I'll list the ideas I have that'd work in conjunction with this: - An initialisation command that configures an instance to be...

Hmm... one complication I just realised is that Git doesn't follow symbolic links, instead adding them to the repository as an unresolved link. It's possible to use directory junctions on...