diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json index 1dce0132..ad5518e2 100644 --- a/api/src/main/resources/fabric.mod.json +++ b/api/src/main/resources/fabric.mod.json @@ -10,5 +10,5 @@ "fabricloader": ">=0.15.10", "minecraft": ">=1.21" }, - "description": "The API used for defining config screens or update checkers." + "description": "The API used for defining config screens and update checkers in Mod Menu." }