diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-01-25 00:59:23 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-01-25 00:59:23 +0100 |
commit | bdbf2074eb548900d780d3989d19ddb089699609 (patch) | |
tree | 6750b53961db697de266a7819278547aa64c0e03 /src/main/resources/fabric.mod.json | |
parent | 4ceec17c35386dfd2c4178120c13da7b1c4eb88f (diff) | |
download | Skyblocker-bdbf2074eb548900d780d3989d19ddb089699609.tar.gz Skyblocker-bdbf2074eb548900d780d3989d19ddb089699609.tar.bz2 Skyblocker-bdbf2074eb548900d780d3989d19ddb089699609.zip |
[skip ci]
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 09320692..8ef1482d 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"], + "contributors": ["ExternalTime", "Zailer43", "TacoMonkey"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/LifeIsAParadox/Skyblocker", @@ -29,8 +29,7 @@ "fabricloader": ">=0.12.11", "fabric": "*", "cloth-config2": "*", - "minecraft": "1.18.x", - "java": ">=17" + "minecraft": ["1.18.x","1.17.x"] }, "custom": { "modmenu": { |