From 8be584ce81bb7b4a3c4482c260785498d60e5dac Mon Sep 17 00:00:00 2001 From: realguyman Date: Sun, 8 Jan 2023 02:10:48 -0900 Subject: [PATCH] Update supported Minecraft versions --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6eb24c6..c880b60 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ }, "depends": { "java": ">=17", - "minecraft": "1.19", + "minecraft": ["1.19", "1.19.1", "1.19.2"], "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config": "^8.0.0"