From f74e0c30ce2cca4dc3d6daf58f18ec7e0cacaf62 Mon Sep 17 00:00:00 2001 From: ByMartrixx Date: Wed, 7 Jul 2021 15:45:31 -0400 Subject: [PATCH] Revert fabric.mod.json to 1.16 --- src/main/resources/fabric.mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 579a74c..5d03f80 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -10,8 +10,8 @@ "Londiuh" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/Dqu1J/login/" + "homepage": "https://github.com/Dqu1J/SimplerAuth/", + "sources": "https://github.com/Dqu1J/SimplerAuth/" }, "license": "MIT", @@ -30,8 +30,8 @@ "depends": { "fabricloader": ">=0.11.3", "fabric": "*", - "minecraft": "1.17.x", - "java": ">=16" + "minecraft": "1.16.x", + "java": ">=8" }, "suggests": { }