From e9200ac4636bea968307fcb9de94ecd02010d656 Mon Sep 17 00:00:00 2001 From: IMS212 Date: Tue, 23 Apr 2024 08:36:03 -0700 Subject: [PATCH] Add hard requirement on 1.20.5 --- src/main/resources/fabric.mod.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 06409e9694..583a413136 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -68,6 +68,7 @@ "sodium.mixins.json" ], "depends": { + "minecraft": "1.20.5", "fabricloader": ">=0.12.0", "fabric-rendering-data-attachment-v1": ">=0.1", "fabric-rendering-fluids-v1": ">=0.1"