diff options
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |