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. 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.
  2. 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...
  3. 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