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

    Mahogany

    You get mahogany from Yellow Meranti tree (i think it was ebony + kapok).
  2. K

    Are there still impossible researches in TC4?

    It looks doable. Try going the other way (clockwise<->counterclockwise).
  3. K

    Rotarycraft Boring machine

    That's true, but you could eg. charge the coil in your base using gas turbine and then move it with wand of translocation on anything else that can move tile entities.
  4. K

    Factorization: Is it really worth it?

    Dark Iron spawns only next to the bedrock in stalagmite-like shape, so around ~80% of the ore can be found at 3 lowest levels, with only a 1x1 "pillar" per vein standing out above that. If you mine above level 5 you'll miss most of the ore. Flat bedrock helps a bunch. Last time i checked a FZ...
  5. K

    Factorization: Is it really worth it?

    Is using google to find out hard? I've not seen complaints like this when it came to RP2 computers for example. It's not obligatory part of the mod. Have you actually used FZ ore processing? No one is forcing you to go through the entire process. If you just use Lacerator and Slag Furnace you...
  6. K

    Factorization: Is it really worth it?

    No documentation you say? How about this? Link is from FZ Minecraft Forum page. Getting ~2.8x output require you to only use Lacerator and slag furnace. Don't tell me that automating that is in any way hard. If you clean dirty chunks it's 3x. With crystallizer it's 3.6x.
  7. K

    Factorization: Is it really worth it?

    Actually in current versions Factorization give you 3x output before crystallizer, with 3.6x if you use one.
  8. K

    Tree Breeding (Spoilers)

    In new versions of Forestry you need to wear Spectacles to see mutated leaves.
  9. K

    Vineacraft: Hiatus (Not dead)

    You know, once you have textures it takes like 5 minutes to implement. Same with actual item and block names, you could finally do it. ;) And in ItemGrating you add tooltip : "Crafting recipe for many things!" Don't you mean "component"?
  10. K

    Vineacraft: Hiatus (Not dead)

    When i told you about "growing" your blocks i meant something like this: Just saying ;)
  11. K

    Vineacraft: Hiatus (Not dead)

    Pfff... 1. Add Xenomorphs 2. Suck acid from them 3. Add vines to the acid 4. Profit
  12. K

    Prayers

    Could we get the source code? Pretty please? :)
  13. K

    Vineacraft: Hiatus (Not dead)

    I think you mean compiling and obfuscating. EDIT: Anyways, i had an idea about making machine blocks in your mod. How about "growing" them? What i mean you could eg. make a "Vine growth infuser" by surrounding bone meal with 8 vines. You then use it on a block of wood. For a short period of...
  14. K

    Vineacraft: Hiatus (Not dead)

    Still no textures?
  15. K

    2 Questions about tree breeding

    It's not an actual trait, it's just Forestry bug in 1.4.7 versions. That was before sappiness was really implemented. Edit: Ninja'd
  16. K

    2 Questions about tree breeding

    It gives you 1 bucket of Ethanol/Biofuel for 2 buckets of Biomass. Basically 60% more efficient than Still and 100% more efficient than refinery.
  17. K

    2 Questions about tree breeding

    1500mb of Biomass, not Biofuel or Ethanol. Just to be clear ;)
  18. K

    2 Questions about tree breeding

    Actually it is more beneficial to grow 1x1 tallest possible tree, like a crosbreed between cherry and sequoia. This way you get more leaf blocks in an area than with a larger girth. But in Forestry probably chestnut would have the most leaves, or ebony maybe. In 1.4.7 single "largest" chestnut +...
  19. K

    2 Questions about tree breeding

    There is no way to get more than "high" sappiness in vanilla Forestry atm. Not sure if Extra Trees add ones with better traits.
  20. K

    Vineacraft: Hiatus (Not dead)

    If you are adding more durable shears you can simply extend ItemShears class and set max damage in the constructor for your new class. It will automatically retain regular shears functionality. From there you can add new stuff you want. I was tinkering a little with modding and i made a tool...