CC: Restitched 1.101.0 Requires version 0.51.1 or later of fabric?
Auhrii opened this issue ยท 1 comments
Attempting to run Minecraft 1.19 with Fabric Loader version 0.14.8 (which is the latest at the time of writing) and CC: Restitched 1.101.0 yields the following error:
The problem here is that both the Fabric Installer (for the vanilla launcher) and the MultiMC Fabric listings both say the newest version of Fabric is 0.14.8 - it seems no 0.51.1 exists anywhere.
Here's the error from copying:
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install fabric, version 0.51.1 or later.
Unmet dependency listing:- Mod 'CC: Restitched' (computercraft) 1.101.0 requires version 0.51.1 or later of fabric, which is missing!
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:190)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)