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__ = {} }