Incompatibility with Moonrise on Fabric 1.21.8
https://modrinth.com/mod/moonrise-opt Current version for 1.21.8, only Moonrise and Architectury current version loaded. Why I am asking you to check is that they work together with Noeforge loader but not Fabric, so maybe it can be fixed on your side.
Also opened ticket on their Hithub: https://github.com/Tuinity/Moonrise/issues/140
Can you maybe modify mixins to be compatible with Moonrise?
Mixin config architectury.mixins.json from mod architectury-18.0.6-fabric.jar couldn't be applied due to conflicts with mod Moonrise-Fabric-0.8.0-beta.3+cc4ca1a.jar
Can you maybe modify mixins to be compatible with Moonrise?
No. At least for this mixin failure: https://github.com/architectury/architectury-api/issues/663#issuecomment-3343846178, Moonrise drops the save method altogether, leaving no patching point—no way to be compatible. https://github.com/Tuinity/Moonrise/blob/cc4ca1a5531d58d36c0e2d78576109365c61112f/src/main/java/ca/spottedleaf/moonrise/mixin/chunk_system/ChunkMapMixin.java#L484-L486 https://github.com/architectury/architectury-api/blob/cd74016d85b562affb21890cb8796b1e34ac2ca9/fabric/src/main/java/dev/architectury/mixin/fabric/MixinChunkMap.java#L43-L47