diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-07 12:03:54 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 01:32:14 -0400 |
commit | afe72f1857428dfdf7d9788992b5ff1b518c8a9c (patch) | |
tree | f35776491fdf23e03a88363a45371f44621169c1 /src/main/resources/fabric.mod.json | |
parent | ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4 (diff) | |
download | Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.tar.gz Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.tar.bz2 Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.zip |
1.20
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 661bfda5..ead46adc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ "fabricloader": ">=0.14.21", "fabric-api": ">=0.83.0+1.20", "cloth-config2": "*", - "minecraft": "~1.20-rc.1" + "minecraft": "~1.20" }, "custom": { "modmenu": { |