From 9c8e0df4fff1b660423ae10fe737ad8a96ca69d4 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Tue, 8 Nov 2022 17:44:45 +0300 Subject: [PATCH] minor tweaks --- README.md | 2 +- src/main/resources/fabric.mod.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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" } }