Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

ethanwdp

Members
  • Content Count

    3
  • Joined

  • Last visited

About ethanwdp

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    ethanwdp
  • GitHub
    ethanwdp
  1. I've been writing up a bios for my drone with one major snag: text output will be a nightmare. I can't think of a "clean" way to implement a way of searching for a new line, since every space on the monitor technically has the observed text value of "" (when I added an if function to see if gpu.get returned "", it pulled through and outputted gpu.set(1,2). the previously non-occupied line had a value of "" rather than nil. also, type() is saying the type of the unoccupied space was a string). First I took a peek at the term API, since I couldn't figure out where print was defined i
  2. As for 1, that doesn't work either, with or without analyzer. 2: Thanks. The problem of getting the address of the diskdrive still remains, however.
  3. When I hold down ctrl and right click on a disk drive, nothing happens. I'm having a server connect to redstone I/O blocks and disk drives. If a "key" (a floppy disk) is inserted, and if it has the correct access level, it will open the door. Obviously, I'll simply need to assign a disk drive to each door. The problem I've run into is that, if I insert the key into some other disk drive on the network, it'll still open the door. If I want to have multiple doors, I'll need to fix this problem. And so came along 1.6 beta, which introduced a disk_drive component. Problem is that the ana
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.