Hey, how do i fix this? I'm new to modding and I don't have admin on this laptop, so forge is a no go. #3549
Unanswered
LightWardenX
asked this question in
Mod Dev Support
Replies: 1 comment 9 replies
-
you need to run the game using java 17 not java8 if you download the x64 zip from here you should be able to launch it with the correct binary once set https://adoptium.net/temurin/releases/?version=17&arch=x64&os=windows&package=jdk |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install forgeconfigapiport, version 3.2.3 or later.
- Replace mod 'Fabric API' (fabric) 0.50.0+1.18.2 with version 0.51.1+1.18.2 or later.
- Replace mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 with any version that is compatible with:
- minecraft 1.18.2
- fabricloader 0.13.3
- cloth-config 6.2.57
- Replace 'Java HotSpot(TM) 64-Bit Server VM' (java) 8 with version 17 or later.
Unmet dependency listing:
- Mod 'Fabric API' (fabric) 0.50.0+1.18.2 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 requires version 1.20.0 or later of 'Minecraft' (minecraft), but only the wrong version is present: 1.18.2!
- Mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 requires version 0.14.0 or later of mod 'Fabric Loader' (fabricloader), but only the wrong version is present: 0.13.3!
- Mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 requires any version of fabric-api, which is missing!
- Mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 requires version 11.0.0 or later of mod 'Cloth Config v6' (cloth-config), but only the wrong version is present: 6.2.57!
- Mod 'Better Combat' (bettercombat) 1.8.2+1.20.1 requires version 1.0.0 or later of player-animator, which is missing!
- Mod 'YUNG's Better Desert Temples' (betterdeserttemples) 1.18.2-Fabric-1.3.1 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'YUNG's Better Dungeons' (betterdungeons) 1.18.2-Fabric-2.1.0 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'YUNG's Better Nether Fortresses' (betterfortresses) 1.18.2-Fabric-1.0.0 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'YUNG's Better Strongholds' (betterstrongholds) 1.18.2-Fabric-2.1.1 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'Farmer's Delight' (farmersdelight) 1.18.2-1.2.5 requires version 0.51.1+1.18.2 or later of mod 'Fabric API' (fabric), but only the wrong version is present: 0.50.0+1.18.2!
- Mod 'Geckolib' (geckolib3) 3.0.80 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'Biome Particle Weather' (impactfulweather) 4.0.21-1.18.2 requires version 0.51.0 or later of mod 'Fabric API' (fabric), but only the wrong version is present: 0.50.0+1.18.2!
- Mod 'Biome Particle Weather' (impactfulweather) 4.0.21-1.18.2 requires version 3.2.3 or later of forgeconfigapiport, which is missing!
- Mod 'Biome Particle Weather' (impactfulweather) 4.0.21-1.18.2 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'Terrestria' (terrestria) 4.0.6 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
- Mod 'TerraBlender' (terrablender) 1.1.0.102 requires version 17 or later of 'Java HotSpot(TM) 64-Bit Server VM' (java), but only the wrong version is present: 8!
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:190)
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.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Beta Was this translation helpful? Give feedback.
All reactions