From 6f1ee946a0069d7e88839e01799223e8cc2c23a8 Mon Sep 17 00:00:00 2001 From: Foz Date: Sat, 21 May 2016 15:08:18 -0400 Subject: [PATCH] Fix saw left-over naming bug. The appended '_bottom' is left over from an older naming convention and relies on an alias to avoid unknown nodes showing up in the saw's left-over bin. --- circular_saw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circular_saw.lua b/circular_saw.lua index 0d4c8b4..fe241e5 100644 --- a/circular_saw.lua +++ b/circular_saw.lua @@ -181,7 +181,7 @@ function circular_saw:update_inventory(pos, amount) -- 0-7 microblocks may remain left-over: inv:set_list("micro", { - modname .. ":micro_" .. material .. "_bottom " .. (amount % 8) + modname .. ":micro_" .. material .. " " .. (amount % 8) }) -- Display: inv:set_list("output",