From 7ec3236a18adea820eefecb4f052aca1345e0587 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 12 Apr 2022 14:24:19 +1200 Subject: [PATCH] Add title to mod.conf --- mod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.conf b/mod.conf index ea5d0cd..1339cdd 100644 --- a/mod.conf +++ b/mod.conf @@ -1,2 +1,3 @@ name = formspec_ast +title = Formspec AST description = A mod library to help other mods interpret formspecs.