
fabric-resource-loader-v0 missing
NPC-Master3304 opened this issue ยท 1 comments
Okay this is really stupid to ask, but it says that the fabric resource loader is missing when I have the latest version of legacy fabric, viafabric, and viarewind. If this is a mod, I can't find it anywhere. I double checked to see if I was missing any required mods, but everything that it stated I had. I don't know if I'm doing something wrong or if this is a weird bug.
net.fabricmc.loader.impl.FormattedException: net.fabricmc.loader.impl.discovery.ModResolutionException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install fabric-resource-loader-v0, any version.
Unmet dependency listing:
- Mod 'ViaFabric' (viafabric) 0.3.1-SNAPSHOT+build-705.1-mc-1.8 requires any version of fabric-resource-loader-v0, which is missing!
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:189)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:142)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:71)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
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)
Caused by: net.fabricmc.loader.impl.discovery.ModResolutionException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install fabric-resource-loader-v0, any version.
Unmet dependency listing:
- Mod 'ViaFabric' (viafabric) 0.3.1-SNAPSHOT+build-705.1-mc-1.8 requires any version of fabric-resource-loader-v0, which is missing!
at net.fabricmc.loader.impl.discovery.ModResolver.findCompatibleSet(ModResolver.java:159)
at net.fabricmc.loader.impl.discovery.ModResolver.resolve(ModResolver.java:45)
at net.fabricmc.loader.impl.FabricLoaderImpl.setup(FabricLoaderImpl.java:224)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:187)
... 11 more