-
Notifications
You must be signed in to change notification settings - Fork 6
Description
currently trying on minecraft 1.20.1
with the fabric loader being 0.16.14
this is the current error log if i load create dynamic lights
Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'LambDynamicLights' (lambdynlights) 4.1.1+1.20.1 with any version that is compatible with:
- createdynlight 1.0.2
More details:
- Mod 'LambDynamicLights' (lambdynlights) 4.1.1+1.20.1 is incompatible with version 1.0.2 or earlier of mod 'Create: Dynamic Light' (createdynlight), but a matching version is present: 1.0.2!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)
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 org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)