From ffec3386d33aa4ae5c064bcb619713032e5e5e68 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Thu, 1 Aug 2024 18:22:37 -0700 Subject: [PATCH] Adjust description to remove mentions of client We don't really have any client optimisations right now. --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 518485ea..e3c8b943 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "moonrise", "version": "${version}", "name": "Moonrise", - "description": "Optimisation mod for the client and server", + "description": "Optimisation mod for dedicated and integrated server.", "authors": [ "Spottedleaf" ],