From 38af4e9ba15e4a71c505c198152aadd3d754faad Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 11 Sep 2024 04:56:21 -0600 Subject: [PATCH] bump version --- src/main/resources/quilt.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index b94382f..b479c42 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -32,7 +32,7 @@ }, { "id": "minecraft", - "versions": { "all": [">=1.20", "<1.21.1"] } + "versions": { "all": ["1.20-1.20.2", "1.20.4", "1.20.6","1.21-1.21.1"] } } ] },