diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-16 21:11:21 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-16 21:11:21 -0400 |
commit | 046a9e785449cf256beabbe4005e4f68b119641c (patch) | |
tree | d3bd45caab03b25f2034f79fab90e2ef86a5e733 /src/main/resources/fabric.mod.json | |
parent | 0e5477d416b836c36df5dd93979e09b5ec389526 (diff) | |
download | Skyblocker-046a9e785449cf256beabbe4005e4f68b119641c.tar.gz Skyblocker-046a9e785449cf256beabbe4005e4f68b119641c.tar.bz2 Skyblocker-046a9e785449cf256beabbe4005e4f68b119641c.zip |
I forgot this was 1.19.3
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ca8a7128..95426c72 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": [">=1.19.2"] + "minecraft": ["1.19.3"] }, "custom": { "modmenu": { |