From 996befecbced563b5de6647b16933e64bd7ee107 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Sun, 24 Aug 2014 00:15:17 +1000 Subject: [PATCH] Added comment for node string tests --- ferns/init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ferns/init.lua b/ferns/init.lua index 17a44d7..b629d5d 100644 --- a/ferns/init.lua +++ b/ferns/init.lua @@ -37,6 +37,10 @@ local run_tests = true -- set to false to skip if run_tests then + -- These are, essentially, unit tests to make sure that all required item + -- strings are registered. The init sequence is not time critical so leaving + -- them here won't affect performance. + -- Check node names if abstract_ferns.config.enable_horsetails then print("[Mod] " ..title.. " Checking horsetail item strings")