From fbe98d037021a0fe4ec2792363134142925069cb Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Thu, 13 Jun 2024 11:45:21 -0400 Subject: bump version, allow loading on 1.21 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e02b2b5..eb98d3d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ "depends": { "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.90.4+1.20.2", - "minecraft": "~1.20.2", + "minecraft": "^1.20.2", "java": ">=17" }, "suggests": {}, -- cgit v1.3.1