mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
Update circular_saw.lua
This commit is contained in:
parent
be59464bef
commit
1cf9a197bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user