I'm toying with an idea to create evolving 'cells', and I'm having some trouble mutating the children of my entities. Here's the offending code snippet, from my init.lua: local child = minetest.add_entity(pos, 'evolvingcells:cell'); if child ~= nil then minetest.log("Created a " .. type(ch...