The first thing....

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
OpenComputers.

The mod adds an actual 3D printer now. You can make blocks in any shape you like, with any textures you like, and that act like doors, trapdoors, levers, or buttons if you wish. Pretty fancy.
 
  • Like
Reactions: xTordX and gold49
local stuff={q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n,m}

while true do
print(stuff[math.random(#stuff)]."8 ")
end

and yes there is an easier way but meh
 
local stuff={q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n,m}

while true do
print(stuff[math.random(#stuff)]."8 ")
end

because lets face it we are now in a while true loop ourselves