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

    Mechanics of tree-breeding question (and its relation to bee breeding mechanics).(solved!)

    The problem with the average height at one point: One of the bees had the average pollen still carrying around, that's why you had exactly one sapling with average-largest. H is dominant, A is recessive, so no wonder, that you had no A-H saplings, since in a dominant/recessive pairing, the...
  2. M

    Mj per tick, how to calculate?

    If you use a current version of TE for MineCraft 1.5.2 (2.4.5.0 and newer): -Changed: Conduits and Energy Cells are now lossless. (Source)
  3. M

    IRC - Poll

    I think we shouldn't separate those two channels (chat and support). Sometimes if I try to help someone with a bigger problem, I just open an extra channel to talk to him, so that our communication won't mess up the main channel, but normally the one big channel for everything spawns interesting...
  4. M

    With the return of taint, thaumcraft is now full of !!FUN!!

    Oh sh.... Those taint biomes were the stuff I disliked the most in TC2. Can they be disabled?
  5. M

    Ask a simple question, get a simple answer

    Different approach: currentSlot = 1 while true do if turtle.getItemCount(currentSlot) <1 then currentSlot = currentSlot+1 turtle.select(currentSlot) end turtle.dropDown(1) end This will work until the last slot is empty. This needs to be fixed next. Your problem was how you...
  6. M

    Ask a simple question, get a simple answer

    The code snippet I remembered for the os.pullEvent was stated in http://forum.feed-the-beast.com/threads/ask-a-simple-question-get-a-simple-answer.9625/page-195#post-311791 But Greyed's version looks better suited here.
  7. M

    Ask a simple question, get a simple answer

    If I interpret the picture correctly you used a "Gate" (named exactly that). For pipe wires to be used, you need at least an Iron Gate (can utilize red pipe wire). Now let's use that Iron Gate twice and connect those two via red pipe wire. Set the bottom gate next to the Chronotyper to "IF...
  8. M

    Ask a simple question, get a simple answer

    If you're on a Mac: Java 6. Windows users can use 6 or 7.
  9. M

    Ask a simple question, get a simple answer

    This will cost you 700 buckets, more or less, over a time of over 5 hours.
  10. M

    Dumb Modular Powersuit Tricks

    Your clock module seems to miss a modulo 24 division, because I'm at 750 AM and counting ;)
  11. M

    Ask a simple question, get a simple answer

    Minecraft has the Bucket as the main unit of liquids. Many displays use mB (milliBuckets) instead, which is 1/1000 of a bucket (for all those who don't know metric (or SI) prefixes). So 2000000mB in your tank is equal to 2000 Buckets.
  12. M

    Thaumcraft labels.

    Search for Thaumcraft goggles, or Goggles of Revealing: http://thaumcraft-3.wikia.com/wiki/Goggles_of_Revealing (glades was a typo instead of glasses).
  13. M

    Ask a simple question, get a simple answer

    Do you play on a server and one of the ops there is playing games with you, by spawning in lightning strikes targeted at the cows? And then stalking your questions here for the lulz? ;)
  14. M

    Looks like we have a replacement for Xycraft Fabricators

    Which version of MC are you using? The current TE offers random travel over big distances: http://forum.feed-the-beast.com/threads/drinking-liquid-ender-is-great.24150/
  15. M

    Out of keys to bind

    Does your mouse have side buttons (thumb buttons)? Then update LWJGL manually and you can use them, too. I have my tool switching for MPS mapped on them.
  16. M

    Industrial-Scale Bee Breeding: Seed Oil Bottleneck?

    Have you thought about using a nicely sized field of xycraft soil with melons and pumpkins? One row every other soil a pumpkin stem, next row every other soil a melon stem (shifted by one compared to the pumpkins), then pumpkin, then melon, ... harvested via an MFR harvester? This setup should...
  17. M

    Which bee has the Shortest lifespan trait

    http://mc.nessirojgaming.eu/bees/index.php?title=Lifespan Cultivated Bees and Resilient Bees are the only bees with the shortest lifespan.
  18. M

    Bronze ingots somehow 4 to 1? What changed?

    There's also an config option in GT to get back the 4 bronze ingots. I think it was DynamicConfig->DisabledRecipes->B:bronzeingotcrafting=true switched to false (gregtech 3.07f)
  19. M

    Ask a simple question, get a simple answer

    Could you please specify what you did? Thanks. There are three main resources: a) The MCF thread/wiki of the mod in question, b) the wikis with collected information (official FTB one, inoffical FTB one, Tekkit one, ... just be aware that they sometimes contain errors or are for a different...
  20. M

    Thaumcraft research boost list

    AFAIK it doesn't check if you made a subclass of block X, but checks (among other things) for the material the block is defined to have. Material.plants for example seems to give Herba, which is why the EBXL flowers boost that.