Search results

  • 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
  1. R

    Problem with AE2 channels.

    replace the glass cable that comes down from the dense to the controller with dense; continue replacing until it branches off and less than 8 channels are needed further down on both branches
  2. R

    What would YOU change about BuildCraft?

    Allow people to put the machine block in the middle of the area they defined instead of forcing you to put it in the corner. The default quarry has the machine in the middle but any other size requires the block to be facing the corner.
  3. R

    Ask a simple question, get a simple answer

    picking a branch is just rolling a random number, the actual testing of the inventory is much more expensive, routing the pipes without branches and one way connections and filter pipes will make it so much more efficient
  4. R

    A few questions from someone who is learning to mod

    adding underscores will change things, so long_stick is different from longstick
  5. R

    Low Lag Devices for Common Tasks

    a bit of rightclicking/shift-rightclicking on it will change how it works
  6. R

    ME system problem

    connect to what?
  7. R

    Ask a simple question, get a simple answer

    You can use a dropper to drop it in front of you and then something else to pick it up and move to another inventory after 5 seconds You then just need to hold right click (or weigh it down) as the items cycle in front of you
  8. R

    AE2 Me Pattern Terminal - Not showing insufficient items?

    You need to have at least one of each type of item in the network or your inventory. However the pattern terminal won't let you craft them
  9. R

    Gold farm without spawner, 100% possible!

    no the block gate right clicks the item on the block 2 in front as if trying to place the item If done on a block with a right click event (where you have to sneak to place) it does the right click on the block
  10. R

    Gold farm without spawner, 100% possible!

    "place" sticks and pick them up again (think crash landing auto-sieve)
  11. R

    Unlimited Renewable Ore Farm

    that's because the enderlily does the reverse when it gets a bonemeal event, and most growth accelerators use bonemeal over growth ticks (green grove uses growth ticks as well)
  12. R

    Thermal Dynamics Discussion

    Except that leads to "uninteresting" builds where beyond some power level it's either the tesseract or *insert high-throughput mod here*
  13. R

    Unlimited Renewable Ore Farm

    SFM is only used for autocrafting here, you can use any other autocrafting setup like extra utils; AE2 MAC in pattern mode etc.
  14. R

    Ask a simple question, get a simple answer

    it's either because your ram isn't large enough to hold it all or just how the jvm works, for some reason it is very happy when heap is restricted to less than 4Gig even though there should not be any difference
  15. R

    I need help with Applied Energistics

    I mean to free up channels in general, you only need 1 channel for the entire super soaryn vs. one per drive or DSU
  16. R

    Ask a simple question, get a simple answer

    You can: shell.run("pastebin", "get", "<pastebin code>", "startup") shell.run("startup") But you might as well use a file copy from the floppy disk to startup But a turtle placing and setting up freshly auto-crafted computers will need to use a disk drive to have the new computer execute the...
  17. R

    Ask a simple question, get a simple answer

    that is writing to file CC computers have a file system built in The only reason floppies are useful (with pastebin get and put being so prevalent) is a turtle building GPS towers (or a turtle army) using a startup script in the floppy
  18. R

    Unable to craft unstable ingots

    unstable ingots only work in the vanilla crafting table gui, my guess is that crafting manager messes with that
  19. R

    I need help with Applied Energistics

    unless you go super soaryn on that
  20. R

    Ask a simple question, get a simple answer

    you will need to read and write to a file, when a frame moves a computer it reboots it so you need to write a file before moving with info about where in the pattern you are and then read it on startup to resume