From 62641e3600cc13fccddcd952e4aeb90ae2ebf5a7 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:51:57 -0400 Subject: Updated minecraft requirement --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 95426c72..5f5a7de4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,8 +28,8 @@ "depends": { "fabricloader": ">=0.14.6", "fabric": "*", - "cloth-config2": "*", - "minecraft": ["1.19.3"] + "cloth-config2": "*", + "minecraft": ["1.19.4"] }, "custom": { "modmenu": { -- cgit