Skip to content

Instantly share code, notes, and snippets.

View foopis23's full-sized avatar

Eric Sexton foopis23

View GitHub Profile
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
4444444444444444444444444444444444444444444444444444444444444444444444444444444
7777777777777777777777bb777777777777c7c777777c777cccccc7777c7777777777777777777
77777777777777777777777777777777777c777f777777777eeeec7cccf77777777777777777777
77777777777777777777777777777777777c7777777777777eeee7ccccf77777777777777777777
777777bb77777777ff777777777777777777777f777777777eeeeccccccf7777777777777777777
77777777777777777777eeee77ff77777cff777777777eeee4444ff777777777777777777777777
7777777777777777f777eeee77ff7777ccffc77fc77c7eeee4444fc777777777777777777777777
777777b7777777777777eeee7777777777cc7777777cceeee4444fff7777777ffff77ff77ff7777
bbbbbb777777bb77b7ee4444777777ffffeeeee77ccc711114444ff77f7777777ff77ff77777777
bbb7bb777b777777bb1144447c77777777eeeee7fff7711ee4444ccff7777ffffffffffffff7777
bbbbbb7777777777bb1144447cf7777777eeeee7fff7711e14444f7ff7777ffffffffffffff7777
0000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000040000000000000000000000000000000000000000000000000000000
000000000000000000000068c000000000000000000000000000000000000000000000000000000
0000000000000000000000888700000000000000000000000000000000800800000000000000000
0000000000000000000008888880000000000000000000000000000088888000000000000000000
0000000000000000000008808888800000000000000000000000088888088000000000000000000
@foopis23
foopis23 / test.nfp
Last active September 30, 2020 22:36
777777777777777777777777777777777777777ccccccccccccccccccccccccccccccccccccccccccccccccccccc77777777777777777777777777777
777777777777777777777777777777777777777c7ccccccccccccccccccccccccccccccccccccccccccccccccccc77777777777777777777777777777
777777777777777777777777777777777777777777ccccccccccccccccccccccccccccccccccccccccccccccccc777777777777777777777777777777
777777777777777777777777777777777777777777777ccccccccccccffffccccccccccccccccccc77cccccccccc77777777777777777777777777777
77777777777777777777777777777777777777777777777777cccffffffffffffccccccccccccccc777ccccccc7777777777777777777777777777777
777777777777777777777777777777777777777777777777777ffcfcfffffcfcff77ccccccccc777777c77cc7c7777777777777777777777777777777
77777777777777777777777777777777777777777777777777ceecfcccfcccccccce77777777777777777777c77777777777777777777777777777777
7777777777777777777777777777777777777777777777777ce8eccfffcfffccc8cce7777777777777777777777777777777777777777777777777777
777777777777777eeeeeeeeeeeeeeaaa877777777777777e
@foopis23
foopis23 / cc-tunes
Last active September 24, 2020 01:43
local screen = {
w = 51,
h = 19
}
local state = {}
local mChoices = {
"Load Album",
"Load Song",
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
-- Lua Library inline imports
function __TS__Class(self)
local c = {prototype = {}}
c.prototype.__index = c.prototype
c.prototype.constructor = c
return c
end
function __TS__New(target, ...)
local width --amount of trees wide of the tree farm
local length --amount of tree length of the tree farm
local treeDistance --the distance of blocks between
local sleepTime --the amount of time between the turtle checking the tree farm for grown trees
local pos --current distance from the starting point
local direction --current direction turtle is facing
local function fuelCheck()
if turtle.getFuelLevel() == 0 then
for i=1,15,1 do