Good vs. Evil

  • 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

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
65 well.....that thing heats up quickly and cc does not seem to have functions that I can use, I have functions to nicely interact with the inventory of the thing but that is it.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
65 and I can't find nice reactor designs, maybe I just need to learn how they work and pray for the best?
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
65 while true do io.write(".") end

reason why I didn't use print() is because that places a newline
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
67 if you use lua and use print() it automatically does a tostring or whatever it is called in lua (I tend to not use it) and places a \n at the end
so io.write(tostring(".").."\n") == print(".") there are some other things that make io.write() different from print() but meh, you get the idea
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
65 I found a design that even though it heats up doesn't seem to damage the vents too much, so I hooked it up to something to measure the temp and switch it off when it gets too hot.
Lets see if its stable