From 1cf9a197bb6c0d88390b121b7e72a51b2361fc1a Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:35:20 +0200 Subject: [PATCH] Update circular_saw.lua --- circular_saw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circular_saw.lua b/circular_saw.lua index ae99e48..c910710 100644 --- a/circular_saw.lua +++ b/circular_saw.lua @@ -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