diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-16 20:08:05 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-16 20:08:05 -0400 |
commit | e79b25bdb4ae369cc064ab692b5a67b046d2e18a (patch) | |
tree | 53f570b6fc7eed66225d275c7b7d70b3c0b1a59b /src/main/resources/fabric.mod.json | |
parent | 93aeeb903f80d87b35553bbb1b29ae7472e679cb (diff) | |
download | Skyblocker-e79b25bdb4ae369cc064ab692b5a67b046d2e18a.tar.gz Skyblocker-e79b25bdb4ae369cc064ab692b5a67b046d2e18a.tar.bz2 Skyblocker-e79b25bdb4ae369cc064ab692b5a67b046d2e18a.zip |
Update Loom & MC Version Requirement
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 6e9858b1..ca8a7128 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.1"] + "minecraft": [">=1.19.2"] }, "custom": { "modmenu": { |