From 2a7cd1f1fa00f5ae72bcf6a1a1a42703dca84044 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Tue, 13 Jun 2023 03:09:15 +0200 Subject: [PATCH] add comment pointing to fluxionary issue --- autocrafter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/autocrafter.lua b/autocrafter.lua index 579425b..201f77e 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -41,6 +41,7 @@ local function has_room_for_in(list_src, list_dst) if i == 0 then return false end -- sanity check jic -- copy destination list indexing list + -- For reason why, see: https://github.com/fluxionary/minetest-futil/issues/2 local dst = {} local stack, name local indexes = { __empty__ = {} }