David Smekal
David Smekal
usually launchers have an option like this
just changing the required version worked for me https://not-th.re/q/g6XE_iJUE2Y7c4BLzU4c5#az0lMkZQVGpJMDVwNiUyRlBMMnhGMk9ucENrNGZheEg2YWJSelVycVFUUjNFQjV6cyUzRA==
you just have to put the following text into the file `.minecraft/config/fabric_loader_dependencies.json` ```json { "version": 1, "overrides": { "zoomify": { "depends": { "yet_another_config_lib_v3": "3.6.x" } } } } ``` see...