Skip to content

Instantly share code, notes, and snippets.

@fokklz
fokklz / wall.lua
Created July 11, 2021 12:52
wall programm for mining turtle
local width = 0
local height = 0
local locX = 1;
local locZ = 1;
local locY = 0;
local removedTop = false;
if #arg == 2 then