Search results

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. S

    Make logistics pipes use applied energistics crafting

    That's my main concern. I just want LP supplier pipes. I don't mind needing to build a second system to get them if AE doesn't want to implement them. Being able to use AE crafting from LP would be good enough.
  2. S

    Make logistics pipes use applied energistics crafting

    I'm curious if anyone has been able to get this working. AE has no problem using LP crafting, but LP can't access any of AE's crafting recipes.
  3. S

    Redpower signal only when online?

    This is perfect, thanks!
  4. S

    Redpower signal only when online?

    Thanks guys. I'll try and find that computercraft peripheral. I'm also working on getting the turtles to pick up where they leave off if they get unloaded. We'll see which method produces results first.
  5. S

    Redpower signal only when online?

    I'm curious if anyone knows of a way to generate a redstone signal only when online. The reason I ask is because I want to have my mass fab shut off when I'm not on so it's not generating UU when I'm not actually online. I know I can set the chunkloader to not load the chunks, but I can't do...
  6. S

    Turtle code, turtle.place() works on its own, but not in a program

    Yup I just figured that out and was coming to say just that. Thanks!
  7. S

    Turtle code, turtle.place() works on its own, but not in a program

    I'm trying to place saplings in a 2x2 lot. If I go into lua and do turtle.place(), it places a sapling just fine. If I put the same line in a program, it deletes the entire stack of saplings and doesn't plant one. Here is the code: http://pastebin.com/4YnXYe3k