From 25450416f49ff1548a2ffd822b840cabb9c0bae8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 13 Jul 2023 17:35:46 +0200 Subject: [PATCH] Apply suggestions from code review --- circular_saw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circular_saw.lua b/circular_saw.lua index c910710..cc436b4 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. + -- 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