From 5a7046dfd695ba1cdc2960651455fcde80746718 Mon Sep 17 00:00:00 2001 From: CleverNucleus Date: Fri, 15 Oct 2021 12:26:41 +0100 Subject: [PATCH] Updated github reference --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7b8ba1b..7afe6e9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "armor-model-predicate", "version": "${version}", "name": "Armor Model Predicate", - "description": "Adds the armor model predicates to Minecraft using Fabric Mixins.", + "description": "Adds armor model predicates to Minecraft using Fabric Mixins.", "authors": [ "CleverNucleus" ], "contact": { - "homepage": "https://github.com/CleverNucleus/PlayerEx", - "sources": "https://github.com/CleverNucleus/PlayerEx" + "homepage": "https://github.com/CleverNucleus/ArmorModelPredicate", + "sources": "https://github.com/CleverNucleus/ArmorModelPredicate" }, "license": "MIT",