We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4982 commit 0b8be7eCopy full SHA for 0b8be7e
what-is-missing_0.16.0/control.lua
@@ -259,7 +259,7 @@ local function checkMachine(entity, debug)
259
local previous = machineRecipes[pos].recipe
260
local current = inentity
261
machineRecipes[pos] = { entity = entity, recipe = inentity }
262
- if previous then
+ if previous and previous.valid then
263
if debug then
264
out("Remove machine " .. previous.name)
265
end
0 commit comments