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

    Logistics Pipes Default Route and Machine Crafting

    An alternate solution is to create a secondary LP system that uses suppliers and extractors to feed the machines the ingredients from a chest and puts the results back into the same chest then just hook up the crafting pipe from the main system to that chest.
  2. R

    Ask a simple question, get a simple answer

    Film was put on 24fps because of simple economics. Film stock was/is expensive so they used as low framerate as possible while still being able to see motion. The mechanical limitations did play a role but the primary reason is the basic cost of a reel.
  3. R

    AE2 Channel issue

    if there is no controller then you get a ad-hoc network that can only handle 8 channels total.
  4. R

    1.11 Preview

    I wonder how long it will be before a "if(itemStack == null)itemStack = ItemStack.NULL_STACK;" becomes scattered through the code...
  5. R

    Have an AE2 Network problem.

    Quantum rings make a single network. So there should only be 1 controller on that network counting both sides.
  6. R

    Those little things that irk you about Minecraft

    There is a way to make stable unstable ingots either by dividing nuggets by diamond and recombining the result or by doing a ritual in the end
  7. R

    How far could I get in Infinity: Expert mode skyblock.

    And that's the only reason it's used, as a time gating mechanic with the non-upgradeable carpenter (the only way to make the circuit boards) and thermionic fabricator. 2 items that could easily have been replaced with something else. Well that and to allow bees as a secondary path to some of...
  8. R

    #BlameMojang

    looks right, though with the C# Dictionary you can do getOrDefault (or whatever it is called) where the default is a dummy BaseItem that returns a decent default description. So you don't have to explicitly null check.
  9. R

    #BlameMojang

    Or the strategy pattern, You know the one where you use a Map<ID, IDoingSomething> and reduce all those ifs to "strat.get(input.getID()).doIt(params);". With a null check of course.
  10. R

    AE2 Autocrafting Help

    you need to import the iron plates into the system. AE will not actively seek crafting results instead it assumes that any iron plates coming into the system after exporting the ingredients are the result of the craft.
  11. R

    Big Reactors' a pain ;_;

    Each turbine can take 2k steam a tick. While your reactor generates 9.6k. This means you have enough steam for 4.8 turbines.
  12. R

    XU Question (I think) - Infinity Skyblock

    he used a tiny chest to hold the full bucket and filtered transfer nodes to refill it in a enderIO tank filled by a liquid transfer node.
  13. R

    Request Best way to ore process from a quarry to AE2

    The most efficient is to filter out the ores and cobble (and cobble clones) out to the ore-processing and voiding resp. before it even touches the main AE system.
  14. R

    IC2 Beginner Question

    you need to set the ejector upgrade to eject to the correct side by clicking the corresponding side of any block with it. To push down you would right click it on the bottom of any block and so on.
  15. R

    Lave Generators in Skyblock

    And crucibles weren't the most optimized of blocks. I know that in Agrarian Skies there was a cross mod bug with how it accepted items from itemducts leading to massive lag. I don't know if that got fixed or not.
  16. R

    Ask a simple question, get a simple answer

    check the social media of the dev in question,
  17. R

    FTB Infinity Skyblock 1.7.10 Help, Venting and Discussion Thread

    should have put a reinforced wall as a shield
  18. R

    Ask a simple question, get a simple answer

    you can use a comparator on the input or output block.
  19. R

    Early skyblock Quad Cobble gen!

    You only need to sift dust until you have 4 iron drops and 6 redstone, to create the clock+piston thing That's a bit less than what you need for the block breaker or transfer node
  20. R

    FTB Infinity Skyblock 1.7.10 Help, Venting and Discussion Thread

    uu matter generation and all the upgraded machines for your various automation needs