1
0
Fork 0

Minor output fixes

This commit is contained in:
Chris Page 2023-08-01 22:39:24 +01:00 committed by the-real-herowl
parent 356045b3e3
commit 7fcc2e3be3
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,6 @@
--||||| STONECUTTER |||||
--|||||||||||||||||||||||
-- TO-DO:
-- * Add GUI
local S = minetest.get_translator("mcl_stonecutter")
@ -163,6 +161,8 @@ local function update_stonecutter_slots(meta)
cut_item:set_count(1)
end
inv:set_stack("output", 1, cut_item)
else
inv:set_stack("output", 1, "")
end
end