From 689e9fb437691dcc9eaa472726f4b985c5ad5094 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Thu, 21 Mar 2019 12:15:03 +0200 Subject: [PATCH] more idiocy --- tinkering/nodes/tool_station.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinkering/nodes/tool_station.lua b/tinkering/nodes/tool_station.lua index 8584953..20c5a41 100644 --- a/tinkering/nodes/tool_station.lua +++ b/tinkering/nodes/tool_station.lua @@ -164,7 +164,7 @@ end local function find_material(stack) -- Meltables - for metal,list in pairs(metal_melter.melts) do + for metal,list in pairs(fluidity.melts) do for type,stacks in pairs(list) do for _,st in pairs(stacks) do if st == stack then