diff options
author | Jakub <jakvb.kolodziej@gmail.com> | 2023-06-25 13:16:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 13:16:59 +0200 |
commit | 5bd5e7d4881f34c1da9dcbde899f655de3777b96 (patch) | |
tree | fcaf7de10025bbf5a33b5798b71d50c4f122a638 /src/main/resources/fabric.mod.json | |
parent | f3f000a7e5a015aa7690502c8c3b74ce558decf6 (diff) | |
parent | dc312c8db05bc9e9cd3f4fd8c039274270a4661b (diff) | |
download | Skyblocker-5bd5e7d4881f34c1da9dcbde899f655de3777b96.tar.gz Skyblocker-5bd5e7d4881f34c1da9dcbde899f655de3777b96.tar.bz2 Skyblocker-5bd5e7d4881f34c1da9dcbde899f655de3777b96.zip |
Merge branch 'master' into autorejoin2
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2044b170..ead46adc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "Skyblocker", "description": "Hypixel Skyblock Mod", "authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"], - "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron"], + "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron", "msg-programs", "lantice3720"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/SkyblockerMod/Skyblocker", @@ -29,10 +29,10 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.14.19", - "fabric-api": ">=0.81.0+1.19.4", + "fabricloader": ">=0.14.21", + "fabric-api": ">=0.83.0+1.20", "cloth-config2": "*", - "minecraft": "~1.19.4" + "minecraft": "~1.20" }, "custom": { "modmenu": { |