CameraOverhaul

CameraOverhaul

2M Downloads

Can someone remove the Mod Menu requirement?

DubiousPhoenix opened this issue ยท 2 comments

commented

I personally use Menulogue as my Mod Menu of choice. I'm not sure if modmenu was left in the fabric.mod.json by accident during testing, but I can't think of any realistic reason why it's labeled as required at all. Camera Overhaul, and its configs worked just fine without Mod Menu in 1.4.1 (It was labeled as an optional dependency).

Here's the most recent error.

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:
	 - Install modmenu, version 5.0.0 or later.
More details:
	 - Mod 'CameraOverhaul' (cameraoverhaul) 2.0.0-fabric+mc.1.20.6-1.21.1 requires version 5.0.0 or later of modmenu, which is missing!
	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)

I'll just roll back to 1.4.1 in the meantime. Thanks for taking a look.

commented

I'll remove it soon-ish, in the meanwhile you can just open the mod's jar in 7zip/winrar/whatever and modify fabric.mod.json like this:

   "depends": {
     "minecraft": "...",
-    "cloth-config2": "...",
-    "modmenu": "..."
+    "cloth-config2": "..."
   },

Mind the commas.

commented

Will do o7