AlexIIL
AlexIIL
Yeah so this is a weird one - I think the fix for this is https://github.com/QuiltMC/quilt-loader/pull/432, as I think remapping is the only reason that mods might get split up.
I assume this means https://github.com/MrFantiVideo/MineGate/issues/54?
Technically just having `id` as a replacement to `path` wouldn't fix this since quilt requires the `remove` or `replace` types to be an exact match - which they won't if...
> every update, memory leak fix bumps the required floader version to the absolute latest From looking around the source code of MemoryLeakFix a bit it seems like they only...
Added in https://github.com/QuiltMC/quilt-loader/commit/8d7c9fd8ec1451b069237fe0dda7a88eb621a09d - not released quite yet.
This should be fixed as of simple pipes [0.13.2](https://modrinth.com/mod/simple-pipes/version/0.13.2)
Dynmap expects *all* mods to be available as `File`s, which is why the workaround doesn't work - you'd need to list every single mod ID. Since that's obviously unreasonable I'll...
Thanks for reporting this properly - this will fixed by #407, but otherwise you'll need to downgrade to 0.23.1 until it's merged.