Results 143 comments of copygirl

In that case I believe it would be useful if you shared your modified config files for Geolosys.

I already have the `muhammad-sammy.csharp` and `ms-vscode.mono-debug` (installed via .vsix) extensions. I downloaded the .vsix for this extension, edited the `package.json` and removed the dependency on `ms-dotnettools.csharp`, and installed it....

Couldn't it be stored in a separate file? Where would documentation eventually be stored?

Same with its dependency, [flywheel](https://modrinth.com/mod/flywheel). I suppose this has something to do with them changing their version strings? Create added a dot between the SemVer and letter they use, and...

Not sure if related, but packwiz also just downgraded [Supplementaries](https://www.curseforge.com/minecraft/mc-mods/supplementaries) (CurseForge) from 1.4.8 to 1.4.7? I can't reproduce it a second time, though. I'll have a closer look at what...

To be fair neither `0.5.0.d` nor `0.5.0c` are valid semver version numbers, so I'm unsure how you'd even begin to sort them. You can't have third dot in the version,...

Ah, I had not considered that. I'd say it's still a misuse of the SemVer standard since the major.minor.patch part is not used to denote the actual mod's version information.

Can't you do this by specifying the exact version to install? For example: ```sh packwiz curseforge install https://www.curseforge.com/minecraft/mc-mods/betterf3/files/3884453 packwiz modrinth install https://modrinth.com/mod/betterf3/version/N2TDuUIv ``` (I believe for Modrinth you require the...

@IntoTheVoid-900 Pick the version you want, for example [this one](https://modrinth.com/mod/cloth-config/version/7.0.74%2Bforge) and replace the human-readable version in the URL with the **Version ID** found there, `c4kFw2we` in this case. Then you...

Vanilla "bug", can't prevent things from being equipped using shift-click without ASM magic. Backpacks return false for isValidArmor(), they're only meant to be equipped by sneaking and breaking the backpack...