From f34fa7d310b041c09700ed93f43d7bbe1ca3ed5e Mon Sep 17 00:00:00 2001 From: inyourwalls Date: Fri, 10 Nov 2023 23:36:47 -0500 Subject: drop supported version to 1.20.1 --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d2a9d50..f3df57f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,8 +20,8 @@ }, "depends": { "fabricloader": ">=0.14.22", - "fabric-api": ">=0.90.4+1.20.2", - "minecraft": "~1.20.2", + "fabric-api": ">=0.90.4+1.20.1", + "minecraft": "~1.20.1", "java": ">=17" }, "suggests": {} -- cgit v1.3.1