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

    Impregnable bees

    No buildcraft doesn't work I have tried all of the "Easy ways" to automate the extra bees machines and wooden pipe + gate does not pull out the bee from the correct slot it pulls all of the bees out. If you have seen this working then show me a video otherwise your making things up.
  2. Q

    Impregnable bees

    If you are talking about routers they still cannot tell when a bee is done, the serum is out, the next serum needs to be inserted.
  3. Q

    Performance in the next pack?

    That is probably more or less the problem then anything.
  4. Q

    Impregnable bees

    They make the extra bees machines able to be automated yet? No they haven't there is no way of knowing when the serum is done or needs to be refilled unless you are sitting there looking at it. Next time think about what people are saying before posting dumb ass comments. While it doesn't...
  5. Q

    Looking forward to 1.6

    Be sure to read the guides on the wiki because without them you'll be very confused on how to progress Also don't go out at night until you have a sword you will die very easy a javlin cannot kill mobs fast enough and you'll die.
  6. Q

    Performance in the next pack?

    I'm gonna try it but the forum threads posts dont look nice lol. Edit it actually seems to be helping a lot I don't get Any world tick lag from spawning in to the server or from going back and forth from mystcraft worlds and my TPS is 20 now apparently according to the commands.
  7. Q

    Looking forward to 1.6

    I'm not excited for anything that is added in the vanilla 1.6 update so far I am however excited for the mod updates. Mods and adventure maps are really the only reason I play MC anymore anyway. If I get tired of the machines or want a challenge I'll just play terrafirmacraft which is amazingly...
  8. Q

    Performance in the next pack?

    I don't think there is a CPU out there that could handle the mindcrack spawn town with good FPS lol. Like you said RP machines are a CPU eater for me on singleplayer worlds, servers have no problem but I think with every timer my avg TPS drops a little lmao. I came up with the timer trick while...
  9. Q

    Melee Turtle Program?

    while true do turtle.attack() if turtle.getItemCount(16) > 0 then for i = 16,1,-1 do turtle.select(i) turtle.dropDown() end end This should do ya.
  10. Q

    Impregnable bees

    Because some people may not want to sit in front of their machines for a couple hours just to get a crack at getting the bee they are after. Either way the simplest way is to still use the mutators to get 100% mutation while possibly turning the princess into a swarmer and just get the serum out...
  11. Q

    Performance in the next pack?

    the timers are to test the light lag, a fast CPU wont have a problem with it however a slow one will. IE my C2D mac has a tough time with the test while my main PC has no problem with it. The chunk loaders were as you said to test the tick lag and the same applies as it did with the light lag. A...
  12. Q

    Performance in the next pack?

    Well a FX8350 is within spitting distance from the price of a i5 3570k and I have heard mixed reviews floating around the internet on how well the CPU actually works. The thing that makes Intel work so much better is that it doesn't bottleneck the system like AMD has been proven to do. In my...
  13. Q

    Performance in the next pack?

    This is So much my story its unbelievable. I had a phenom II x4 clocked @ 4.1Ghz (Fastest on air I could get) with a HD6970 and I was getting 20 FPS on FTB beta A with optifine and no texture pack when I first Spawned into the world with no machines at all. I have a mac with an intel core2duo...
  14. Q

    Impregnable bees

    Good, I modified my hive which had 6 frame housings on each alviary to only 4 and was thinking I was done until I saw this lol. Looks like the only thing that would actually effect my bee routine is the mutator blocks I could simply breed the bees get the serum and then turn another bee with it...
  15. Q

    Impregnable bees

    LOOKS like i'm going to have to breed all of the bees before upgrading to the new forestry whenever FTB upgrades I could breed the bees in an apiary with soul frames but it already takes freaking forever to make them super breeders as it is. Am I right in thinking that 4 frames for production...
  16. Q

    Impregnable bees

    I thought it was 4 modifier blocks for example, for breeding you could have 3 mutator blocks and 1 frame housing block on an alviary and still be safe. Either way 4 frame housing blocks are enough to get the max output from super bees.
  17. Q

    IC2 is slowly dying out ?

    IC2 imo is not dying out I consider gregtech and other addons to be IC2 as a whole just as I do buildcraft with boilers and TE. I tend to start IC2 after buildcraft simply because you need a little infrastructure of equipment going to keep the gregtech machines going strong. I believe IC2...
  18. Q

    Casual Server Awesome Server! Ultimate FTB Server 10GB. Check Post For More Info!(Small Server)

    MC Username:Quesenek Age:22 Where are you From?: Chattanooga Tn why do you want to join us?: looking for a good server to play with other people on it How much do you play?: everyday for as long as i can What Mod Are you good at?: All of them lol I do not have a mic is that a problem?
  19. Q

    Mining turtle depositing items.

    For i = 16,1,-1 do turtle.select(i) turtle.drop() end goes from slot 16 to 1 and places the items in the slot into a chest in front of it. All you need is an if statement to check the 16th slot and see if it has an item.