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. A

    Those little things that irk you about Minecraft

    Yea. I really think this is the right step.
  2. A

    Those little things that irk you about Minecraft

    I think this isn't bad. In my opinion they should copy more of mods and hire some of the most talented modders.
  3. A

    I need a ComputerCraft expert to help my server

    Floppy Disks do actually spawn in dungeon chests. I have like 30 in my storage system, but didn't look at the contents yet.
  4. A

    I need a ComputerCraft expert to help my server

    I would try to learn it step by step. Programming something yourself is much more satisfying anyway. Start off bye just printing something one the screens, then try to add more and more. There are good tutorials on the CC forum.
  5. A

    BC Filler gripes

    There is a config option for that. You can set it to destroy blocks or you can adjust the lifespan of dropped blocks.
  6. A

    how do you handle extra bee offspring in an alveary?

    I personally use Logistics Pipes for bee automation, but you can just make an overflow pipe connected to the pipe adjacent to the Alveary that leads to a chest or a void pipe. In my opinion Logistics Pipes handles this a lot better by only putting one Drone back in the Apiary and the rest to...
  7. A

    Just a quick question about Soul Shards

    It only works with the same monster in it, except for Wither Skeletons. You can get Wither Skeleton souls with a normal Skeleton spawner.
  8. A

    1.6.4 OpenPeripheral and Applied Energistics...

    You are calling a method which doesn't exist for monitors. Monitors work with monitor.write("Some Text") http://computercraft.info/wiki/Term_(API)
  9. A

    Auto-crafting

    You only need an Export Bus and an Interface. Chest and Import Bus are not needed for that. Point the Export Bus on the Interface with the same settings you described.
  10. A

    Apiarist's Database Confusion

    Did you analyze the bees?
  11. A

    Looking for 1 or 2 people to do a 'Lets Play:' with

    I would be open for doing a LP series, but since you live in Australia, we won't find much time we're both awake and able to play.
  12. A

    Need some help setting up a chicken farm.

    Depending on the version you're playing, OpenBlocks for 1.6 has Vacuum Hoppers.
  13. A

    any way to 'load balance' items properly between 2 or more machines?

    I think Translocators always distribute evenly if there are multiple outputs. The Diamond Nugget is only there to put it in supply mode.
  14. A

    New modpack in FTB custom.

    Each item and block has its own ID. If two mods add an item/a block with the same ID the game crashes (or one of the two is not acquiarable ingame. If you make your own modpack you have to solve those conflicts yourself by editing the config files of conflicting mods. With a larger number of...
  15. A

    New modpack in FTB custom.

    You can either use the Vanilla Launcher or the AT Launcher. You don't even need a pack in the AT Launcher. It has a Vanilla instance that can be downloaded where you can add your own mods. What I did is, copying the configs from Resonant Rise (AT Launcher) and only adding the mods I wanted. Bye...
  16. A

    how to spawn in massive amounts of blocks

    You can fill a Deep Storage Unit manually and copy it in creative mode.
  17. A

    MFFS...or MFFS?

    I feel like Calclavia's MFFS has much easier configurable Forcefields, it doesn't add worldgen and has more functions than the classic version. So for me it clearly wins. I don't even add the classic version anymore to my pack.
  18. A

    Unleashed: AE single item assembly using inputs from diff sources?

    The problem is, that AE doesn't like 2 recipes for one type of item. I would export the shards in two Cyclic Assemblers or some other automated crafting bench. This would cost you only two Basic Export Busses and two Basic Import Busses.
  19. A

    Unleashed: AE single item assembly using inputs from diff sources?

    Oh, I see the problem. My suggestion wasn't good. I guess you will have to use an external mod to autocraft both Shards into Diamonds.
  20. A

    Question Regarding Rednet Cable and Engines

    Ender IO has a Redstone Conduit with similar properties as MFR Rednet Cable.