Space Walker

Results 28 comments of Space Walker

I'll set this as a draft while awaiting #1505.

> Question for Space Walker: Does that liteloader mods on legacy fabric thing work on this? (You say it is Fabric Loader) It might, but [the LiteFabric repo itself says...

> Im not sure we want 3rd party plugins hijacking and replacing the mirrors, it wasnt designed with this in mind. I see. Perhaps we can add custom properties to...

Lists could work for that for sure, I like that idea. But I think the custom manifests should take priority, to make the point of these properties to allow plugins...

The lists will require some shuffling around of the logic, 'cause you no longer know which URL is gonna be used, and I used that to change the cache file...

It might be more relevant for old version modding than for modern versions. The further back you go, the more versions are missing from Mojang's manifest, like all snapshots prior...

> I havent looked at it in detail yet, but this seems to be a lot of code and complexity to fix this. My inital idea to fix this would...

Weren't there plans/ideas to move injected interfaces out of the mod.json (similar to access wideners)? That would make it easier for Loom to remap them for prod builds.

The issue I'm experiencing happens in prod, with the compiled mod jar that is remapped to intemediary by Loom, but it seems (in my case) some field references are not...

Unfortunately I am unable to test it in Loom 1.4 because of the bug with client-only and server-only projects. > It is odd that you cannot reproduce it with a...