modmuss

Results 504 comments of modmuss

I dont know tbh, I would need to find out, I might get the PR updated to the latest loom version. Hashing the file also means reading it from disk,...

> This should really go into a new module (`fabric-structure-api-v1`?) to avoid adding more structure extensions to the biome API in the future. Done 👍 I went with -v1 but...

The mappings will be assigned a namespace, I think its `source` and `target`, if not the error message says what namespaces you have.

> Could this at least be a fallback, used only if the current JDK is newer than ASM supports? My only worry with that is it that it would only...

Superseeded by: https://github.com/FabricMC/fabric-loader/pull/936 thanks for the PR.

> I saw that LanguageAdapter and other classes in loader.language got Deprecated in Fabric Loader not sure why or what to use instead. We still support these for mods that...

Hey, can you explain (to someone like me with limited Kotlin knowlage) why this is needed? I dont think we can really merge this as FLK isnt Minecraft specific, and...

This isnt the right place for this, FLK has no depedency on Minecraft.

Would it be possible to expand the testmod to include a case that reproduces the issue this solves? We really do not in anyway support registry replacement, especially for static...

I really dont like registry overriding like this, what is stopping you from having the "default" values in a datapack? You mention world gen, but is this not all datapack...