From a8f35ef956b0a6b85d3618fd30715f5232d31d20 Mon Sep 17 00:00:00 2001 From: AntaeusNar Date: Sun, 1 Dec 2024 17:40:57 -0800 Subject: [PATCH] costants and variables --- SuperMiner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperMiner.lua b/SuperMiner.lua index 836656b..b4bb200 100644 --- a/SuperMiner.lua +++ b/SuperMiner.lua @@ -7,7 +7,7 @@ Start the program! ]] ---constants +-- Setup the variables and constants local save_file_name, save_data = 'saveFile.json', nil local default_ignore_dict = { --Default Ignored Types: most of these have subtypes ie minecraft:stone (Stone) vs minecraft:stone:1 (Granite)