modmuss

Results 504 comments of modmuss

This is handled by the new template generator I am working on: https://github.com/FabricMC/fabricmc.net/pull/3

This is being (slowly) worked on here: https://github.com/FabricMC/fabricmc.net/pull/3 Further discussion should happen there.

Yes, I the next thing to do will be to remove the old code and also fix the perf regression when saving (something I started looked at)

A data driven system could possibly be built ontop of the existing API to provide the common operations. I dont think we should be making breaking changes or removing the...

It sounds like there are really two issues in one here: - A lack of a way to specify the order of mod resources - No code mods As apple...

Correct me if im wrong, but currently mods as datapacks have no order (non deterministic, but not random), I think it makes sense to have a way for certian datapacks...

I dont think this does replace #1069 as it doesnt really fullfil `an API allowing third party plugins to provide their own versions manifest and version metadata` imo. Just to...

Maybe, I think this is a bit better, but could possibly just be a single `ListProperty getAdditionalVersionsManifests();`, allowing plugins to register their own manifests alonside the existing vanilla ones? I...

Ok sure, not tottaly keen on them being able to override, as it will mess up the caches but other than that its not a major issue.

Quick question: Whats the intended use case for this?