Update circular_saw.lua

This commit is contained in:
The4codeblocks
2023-07-13 17:35:20 +02:00
committed by GitHub
parent be59464bef
commit 1cf9a197bb

View File

@@ -159,7 +159,7 @@ function circular_saw:update_inventory(pos, amount)
self:reset(pos)
return
end
-- Determine the kind of stairs from either the normal block or micro block.
local stack = inv:get_stack("input", 1)
local node_name = ""
if stack:is_empty() then