diff options
author | Username404 <w.iron.zombie@gmail.com> | 2022-07-29 18:51:31 +0200 |
---|---|---|
committer | Username404 <w.iron.zombie@gmail.com> | 2022-07-29 18:53:39 +0200 |
commit | e4ea91d02dbdda535bc883e65919c8e90f93daf7 (patch) | |
tree | 309ac57c47b08bfc19a0db2c0e75fd5a3e02cde5 /src/main/resources/fabric.mod.json | |
parent | 73ed8269700745eee058ad270ffad8499a21ff1b (diff) | |
download | Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.tar.gz Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.tar.bz2 Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.zip |
Update to Minecraft 1.19.1
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 f7298610..6e9858b1 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-rc.2"] + "minecraft": [">=1.19.1"] }, "custom": { "modmenu": { |