java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'fabric-networking-v0'! #2385
-
`---- Minecraft Crash Report ---- Time: 2022/7/8 下午5:12 java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'fabric-networking-v0'! A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- Initialization -- -- System Details -- My Fabric seems to have some problems and doesn't seem to open my game properly after loading my mod |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think it's a mod compatibility issue, but I just updated all the mods |
Beta Was this translation helpful? Give feedback.
-
Looks like you have a conflict between carpet-extra and litematica. Only carpet-extra is mentioned in the log, I found the other using a search. They can't both redirect this method. You need to speak to the authors. |
Beta Was this translation helpful? Give feedback.
Looks like you have a conflict between carpet-extra and litematica.
Only carpet-extra is mentioned in the log, I found the other using a search.
They can't both redirect this method.
https://github.com/gnembon/carpet-extra/blob/d217d510c324f721accdffe2376d114c651d5e91/src/main/java/carpetextra/mixins/ServerPlayNetworkHandlerMixin.java#L13
https://github.com/shaijana/uwmatica/blob/e69f786ee6c6a4a021e1220965becf9769a20fbe/src/main/java/fi/dy/masa/litematica/mixin/MixinServerPlayNetworkHandler.java#L13
You need to speak to the authors.