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

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
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

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
(str (apply str (repeatedly (rand-int 10) (char (+ 65 (rand-int 26))))) "ium")

Should work. I think. Not tested.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
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
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
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