diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-03-29 14:51:57 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-03-29 14:51:57 -0400 |
commit | 62641e3600cc13fccddcd952e4aeb90ae2ebf5a7 (patch) | |
tree | 40f500554c5a93e6580ae9a6ab627cc68a94e485 /src/main | |
parent | ddb9e0b91bf50a93c4964e407c965f327b1d5307 (diff) | |
download | Skyblocker-62641e3600cc13fccddcd952e4aeb90ae2ebf5a7.tar.gz Skyblocker-62641e3600cc13fccddcd952e4aeb90ae2ebf5a7.tar.bz2 Skyblocker-62641e3600cc13fccddcd952e4aeb90ae2ebf5a7.zip |
Updated minecraft requirement
Diffstat (limited to 'src/main')
-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": { |