From ad40e1586da1f3e07bea69374bc2676b090684dc Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Tue, 24 Aug 2021 13:12:35 +0200 Subject: Update to 1.17 This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod. --- src/main/resources/fabric.mod.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 53050b9e..fd452708 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,11 +2,13 @@ "schemaVersion": 1, "id": "skyblocker", "version": "${version}", - "name": "Skyblocker", + "name": "Skyblocker LIAP", "description": "Hypixel Skyblock Mod", - "authors": ["xMrVizzy"], + "authors": ["xMrVizzy, d3dx9, LifeIsAParadox"], "contact": { - "homepage": "https://modrinth.com/mod/skyblocker" + "homepage": "https://modrinth.com/mod/skyblocker", + "sources": "https://github.com/LifeIsAParadox/Skyblocker", + "issues": "https://github.com/LifeIsAParadox/Skyblocker/issues" }, "license": "CC0-1.0", "icon": "assets/skyblocker/icon.png", @@ -23,10 +25,12 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.7.4", - "fabric": "*" + "fabricloader": ">=0.11.3", + "fabric": "*", + "cloth-config2": "*", + "minecraft": "1.17.x", + "java": ">=16" }, "custom": { - "modmenu:clientsideOnly": true } } -- cgit