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",