diff --git a/README.md b/README.md index d2158e8..d12b6c1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Transforms the usual Minecraft title screen into one that looks highly reminiscent of -[Garry's Mod](https://store.steampowered.com/app/4000/Garrys_Mod/)'s title screen. Originally taken from a +[Garry's Mod](https://store.steampowered.com/app/4000/Garrys_Mod/)'s title screen. Lightly configurable. Originally taken from a [personal modpack mod](https://github.com/oatmealine/n3ko-smp-modpack/tree/main/mod). ![](./docs/screenshot1.png) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 07c45d7..3cb68f3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,6 +33,10 @@ "fabricloader": ">=0.14.6", "fabric": "*", "minecraft": "~1.18.2", - "java": ">=17" + "java": ">=17", + "cloth-config": ">=6.0.0" + }, + "recommends": { + "modmenu": ">=3.0.0" } }