From 0325c84a11d2bedc04240713c43a9b47dcfb3ab6 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 13 Jul 2023 17:37:15 +0200 Subject: [PATCH] Apply suggestions from code review --- circular_saw.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/circular_saw.lua b/circular_saw.lua index cc436b4..dd5bea1 100644 --- a/circular_saw.lua +++ b/circular_saw.lua @@ -159,6 +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 = ""