From 006c5df7c0383bb63b38c3017d2c599b2d8c25bf Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 19:52:40 +0100 Subject: [PATCH] Update 'dtmt.cfg Reference' --- dtmt.cfg-Reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dtmt.cfg-Reference.md b/dtmt.cfg-Reference.md index 091f4e0..dbc056a 100644 --- a/dtmt.cfg-Reference.md +++ b/dtmt.cfg-Reference.md @@ -27,13 +27,13 @@ image = "assets/icon.png" // A list of arbitrary strings that will show up in DTMM. // Grouping, filtering and other features may be implemented in the future, so you'll want to match up with other mods categories = [ - Tools + Tools ] // A list of mod IDs that this mod depends on. DTMM will check before deployment depends = [ - // Just the ID defaults to "before" - foo + // Just the ID defaults to "before" + foo // Long form of the above { id = bar