diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2022-03-09 09:52:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 09:52:33 +0100 |
commit | 33e27b83b7ac873312c415aed82728caf9f70d00 (patch) | |
tree | 05cacd32948e60828c91bccb6d4a57b810022e3b /src/main/resources/fabric.mod.json | |
parent | 270f37c727233d5400eaa9f18357218bca437484 (diff) | |
parent | 31ad86829ef86b82d4f4307171f31b9cf2b73a4c (diff) | |
download | Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.tar.gz Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.tar.bz2 Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.zip |
Merge pull request #54 from LifeIsAParadox/1.6.0-update
1.6.0 update
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fa04da47..aa1ad170 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,8 @@ "name": "Skyblocker", "description": "Hypixel Skyblock Mod", "authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"], - "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira"], + "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll"], + "translators" : ["null2264", "HyperSoop"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/LifeIsAParadox/Skyblocker", @@ -26,10 +27,10 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.12.11", + "fabricloader": ">=0.13.3", "fabric": "*", "cloth-config2": "*", - "minecraft": ["1.18.x","1.17.x"] + "minecraft": ["1.18.x"] }, "custom": { "modmenu": { |