diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2022-01-25 00:59:23 +0100 |
---|---|---|
committer | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:44:29 -0500 |
commit | 286b6df579ad8290b19338dad5f10e78e578b3bb (patch) | |
tree | 3a39f31088025d835d9f487106bbea09f17ba02a /src | |
parent | fd0def9717dd7b2e961170c0e709ae682fd83de6 (diff) | |
download | Skyblocker-286b6df579ad8290b19338dad5f10e78e578b3bb.tar.gz Skyblocker-286b6df579ad8290b19338dad5f10e78e578b3bb.tar.bz2 Skyblocker-286b6df579ad8290b19338dad5f10e78e578b3bb.zip |
[skip ci]
Diffstat (limited to 'src')
-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": { |