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

    Ask a simple question, get a simple answer

    Yup! Just so. I would test it, and probably will if no one answers, but I don't have access to my computer for a while. Sooooo I'm asking in hopes that someone knows so that it doesn't keep bothering me. :P
  2. F

    Ask a simple question, get a simple answer

    Bingo. Any idea about the nested Item Filters? (I take an item filter that say, filters bows, and I put it into a fuzzy items filter and put that into a transfer node. Does it move bows or not?)
  3. F

    Ask a simple question, get a simple answer

    So a few things about Extra Utils Item Filters, because I'm currently away from my computer and unable to test it. Are they, by default, white or blacklist? How about when put in a trashcan, if that changes? If I do the filter inside a filter thing, and apply, say, fuzzy to the parent filter...
  4. F

    Ask a simple question, get a simple answer

    Eh, I was mostly joking.
  5. F

    Ask a simple question, get a simple answer

    Hey, fortune is mid game! :P Hm, an interesting idea. Thanks.
  6. F

    Ask a simple question, get a simple answer

    What good early game ways are there to get lapis lazuli in DW20? I think the answer is just 'mine it', but I'd like to be wrong... (DW20 doesn't have Dye Trees.)
  7. F

    Ask a simple question, get a simple answer

    Oh, that works? Thanks!
  8. F

    Ask a simple question, get a simple answer

    Is there a reliable way to remove all the lava and water from an area that's been dug out with my turtle?
  9. F

    Thermal Expansion 3.0!!! No More Beta! Thanks KL!

    Thank you, and sorry for the trouble!
  10. F

    Thermal Expansion 3.0!!! No More Beta! Thanks KL!

    Yes, I am. What I did was as such: Put down a turtle. Put down a pulverizer on top of it. Place chests around and on top of the pulverizer. In each chest, I placed a stack of items, cobble, stone, wood, etc. Using a script run on the turtle, I wrapped the pulverizer as a peripheral, and...
  11. F

    Thermal Expansion 3.0!!! No More Beta! Thanks KL!

    Unfortunately not? I just tried a turtle below an induction furnace. The bottom slot of the furnace was set to green, the first input slot (which is 1). Then I wrapped the Induction furnace as a peripheral and had it pull from the turtle using .pullItemIntoInventory("down", 1, 1, n), varying n...
  12. F

    Thermal Expansion 3.0!!! No More Beta! Thanks KL!

    Granted. But the more I can do with code, the less piping and room I need. In principle, if I could access all the slots via turtle, I can reduce my Induction Smelter set up to 3 chests (input, output, sand) a turtle, and the smelter itself. I consider this a worthy goal. Also, fiddling with...
  13. F

    Thermal Expansion 3.0!!! No More Beta! Thanks KL!

    Um, is it intentional that turtles can't properly interact with all the slots of TE machines? I was trying to interact with an Induction Smelter with a turtle using OpenPeripheral .pullItemIntoSlot and pushItemIntoSlot, so I can use the turtle to automate switching out sand and rich slag. But...
  14. F

    Ask a simple question, get a simple answer

    >Modpack >Close to vanilla You're doing it wrong. No, seriously. Both modpacks play very, very differently from vanilla. That's the point.
  15. F

    Auto crafting nuggets in Unleashed 1.1.4

    Sure. This code is designed to take from an inventory in front of it, and return the ingots to the same inventory. I imagine you could set up an ME interface to hold the nuggets, and have the turtle return the ingots to it. If you do that, remove the chest.condense at the end. If not, you will...
  16. F

    Auto crafting nuggets in Unleashed 1.1.4

    Not so, especially using OpenPeripherals. Have an export bus exporting all your nuggets to a chest (or an interface set to have ingots only in its inventory). Point the turtle at the chest, wrap the chest as a peripheral. Have it scan the chest using the getStackInSlot method, retrieve the item...
  17. F

    Ask a simple question, get a simple answer

    Considering that I'm running a full gaming rig that can handle modern games flawlessly, I'll look into the software settings, thanks.
  18. F

    Ask a simple question, get a simple answer

    My friend on the server has a setup with a few dozen industrial steam engines generating a few hundred MJ. When I go over there, my FPS stutters even if I'm not in line-of-sight of the engines, and I understand that that's more of an issue with Minecraft's coding rather than actual graphical...
  19. F

    Ask a simple question, get a simple answer

    Hmm... Is there any good, lag free way to generate mass amounts of MJ in the Direwolf20 1.5 pack (several hundred per tick)? I was going to use steam engines, but apparently they can cause quite a bit of FPS lag due to the moving parts, and the pack doesn't appear to have Power Converters, or...
  20. F

    Any way to get transfer nodes to automate apiaries?

    Why would you do that? Transfer nodes will automatically put things wherever they fit. Drones and Princesses fit into an apiary. Produce doesn't. Ergo, drones and princesses get put into the apiary, produce continues on.