cx384
2024-01-22 a08ba2bb93d7683b619a0e6b0bf00e3afd614ae4
technic/machines/HV/quarry.lua
@@ -129,8 +129,7 @@
   end
   -- Find airlike nodes on top of the current node. The entire Y column must be free.
   local dir = (pos.y+1 < startpos.y) and 1 or -1
   for ay = pos.y+1, startpos.y, dir do
   for ay = pos.y+1, startpos.y do
      local checkpos = {x=pos.x, y=ay, z=pos.z}
      local checknode = technic.get_or_load_node(checkpos) or minetest.get_node(checkpos)