Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Incompatibility: <Fabric]>]: Architectury #86

Closed
carterlasalle opened this issue Dec 27, 2024 · 1 comment
Closed

[Incompatibility: <Fabric]>]: Architectury #86

carterlasalle opened this issue Dec 27, 2024 · 1 comment

Comments

@carterlasalle
Copy link

Minecraft Version

1.21.4

Moonrise Version

0.2.0-beta.7+6ec14ff

Mod Loader

Fabric

Logs and Crash Reports

https://mclo.gs/gaTTfUN

Additional Context

Architectury’s mixin in MixinChunkMap conflicts with Moonrise’s chunk_system.ChunkMapMixin injection. Both mods attempt to inject into the same method (method_17228 / net.minecraft.class_3898::save) at the same priority. This causes a crash when creating or loading worlds. The conflict can be resolved by disabling Moonrise’s chunk system or removing one of the conflicting mods.

@jpenilla
Copy link
Member

Duplicate of #62

@jpenilla jpenilla marked this as a duplicate of #62 Dec 27, 2024
@jpenilla jpenilla closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants