From 6605289fdd3af70c51e354a99bfc1e4e3f3dfc78 Mon Sep 17 00:00:00 2001 From: FirstMegaGame4 <84094287+FirstMegaGame4@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:09:31 +0100 Subject: [PATCH] Add 1.20.1, 1.20.2 and 1.20.3 Support --- README.md | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54a053c..0334fb3 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ ## Supports -[ModFest 1.20](https://fabricmc.net) -[ModFest 1.20](https://quiltmc.org) +[Supports Fabric Loader](https://fabricmc.net) +[Supports Quilt Loader](https://quiltmc.org) ## Requirements -[ModFest 1.20](https://modrinth.com/mod/fabric-api) +[Requires Fabric API](https://modrinth.com/mod/fabric-api) ## Concept diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a3e6db3..24c844d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabricloader": ">=0.15.1", - "minecraft": "~1.20.4", + "minecraft": ">=1.20.1 <=1.20.4", "java": ">=17", "fabric-api": "*" },