From 6b5e47f39426794e68010f60c65fee54439b3931 Mon Sep 17 00:00:00 2001 From: maxomatic458 Date: Thu, 13 Jul 2023 13:02:22 +0200 Subject: [PATCH] add fabric description --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3db3df4..1c29522 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "playit_fabric", "version": "${version}", "name": "Playit Fabric", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "Make your server public without port forwarding with a static IP", "authors": [ "Maxomatic458" ],