From 61a338b391b73c3be4618c89e577ba0510cc36a1 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Sat, 12 Oct 2024 16:17:39 +0200 Subject: [PATCH] fix --- _docs/Reference.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_docs/Reference.md b/_docs/Reference.md index bb1361a..31d8fdf 100644 --- a/_docs/Reference.md +++ b/_docs/Reference.md @@ -64,6 +64,11 @@ The initial version with basic functionality ## Configuration +Spearhead will always try to be as configurable as possible.
+Underneath you can see all configuration values. Be aware there are nested tables.
+The values are the default values in case no configuration was found.
+You can also choose to programatically overwrite only the parts that you want, but be aware of `nil` references and order of files. + Overwrite the values in your own script (before spearhead runs) or Download Config File to edit ```lua