diff --git a/README.md b/README.md index 4952494..d495594 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ This is a Fabric-only mod. The following Minecraft versions are supported: +- 1.20.1 - 1.21.1 diff --git a/gradle.properties b/gradle.properties index 2ff0ccf..2c96f32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.21.1+build.3 loader_version=0.16.5 # Mod Properties -mod_version=1.0.0 +mod_version=1.0.1 maven_group=net.chaoticbyte.hardboiled archives_base_name=hardboiled diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 71442a6..13dfdc0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,5 @@ "java": ">=21", "fabric-api": "*" }, - "suggests": { - "another-mod": "*" - } + "suggests": {} } \ No newline at end of file