From 2b96692bd9be7b9e62f00e9dec24286f043078f8 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Fri, 6 Jan 2023 20:01:21 -0500 Subject: [PATCH] Experimental (#29) * fixed a bug with loading items into fluid wagons * 1.2.7 * updated readme with discord * fixed typo in readme * filtered all area searches * fixed combinator failing to find station bug * added credit to contributors * improved copy-paste detection * updated changelog * added a toggle for the planner * fixed errors * updated readme * sped up polling * added slot barring * updated gui * fixed wagon controls * updated todo * removed old comment * fixed minor bug * removed some deprecated libs * undid experimental change * updated flib * simplified handlers * updated changelog * added migration checks * updated changelog * updated readme * updated todo * fixed settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 63a4509..bdf20b3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,6 @@ "Lua.runtime.plugin": "/home/mami/.config/Code/User/workspaceStorage/fdae937c5189f993d370b36f3104188f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua", "Lua.diagnostics.disable": [ "lowercase-global" - ] + ], + "Lua.workspace.checkThirdParty": false }