diff --git a/README.md b/README.md index 897c6dfa..71d99809 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ok Zoomer -A mod that adds a highly configurable zoom button, by default, it zooms like OptiFine's zoom, but options like smooth transitions and zoom toggling can be enabled. For more information, see the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/ok-zoomer) +A mod that adds a highly configurable zoom button, by default, it zooms like OptiFine's zoom, but options like smooth transitions, zoom toggling and zoom scrolling can be enabled. For more information, see the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/ok-zoomer) ## License This mod is licensed under the MIT license. You can freely include the mod on any modpack with no permission. \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cdab6129..9353c26b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,12 +24,12 @@ ], "depends": { "autoconfig1u": ">=1.2.4", - "cloth-config2": ">=2.9.2", "fabricloader": ">=0.7.0", "fabric": ">=0.4.0", "minecraft": "1.15.x" }, "recommends": { + "cloth-config2": ">=2.9.2", "modmenu": ">=1.8.0" }, "custom": {