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

    Mojang, give us a break!

    Except now everyone would be downloading some/most of his mod, because it's part of the game itself. He still has the control he wants because he can continue Optifine as an additional mod, and he can also help even more people by getting some engine optimizations into the core game. Where is...
  2. N

    Any way to change this?

    It's a known issue with Computercraft 1.5, melee turtles are broken. It will be fixed in 1.51.
  3. N

    Mojang, give us a break!

    If not being able to implement everything he wanted to into vanilla Minecraft was his reason for declining, I doubt they'd force him to no longer make mods (the Bukkit devs they hired are still working on Bukkit afaik), thus he could just put everything they don't want in vanilla into the...
  4. N

    FFFFFFFUUUUUUUUUUUU

    It's not the level.dat, it's the files that store the chunks (note it says "[SEVERE] java.util.zip.ZipException: Not in GZIP format" 4 times?). Basically there's nothing you can do, because of how small the map is.
  5. N

    Your thoughts on the Technic Platform?

    Well, here's an interesting take on the situation...
  6. N

    TickThreading - concurrent entity/tile entity ticks and other optimisations

    If you take a backup first, there's no risk...
  7. N

    Wrath fires burning out?

    Ah, okay. I'll not worry about it then, and just keep a deployer stocked with wrath igniters. :P
  8. N

    Wrath fires burning out?

    There's a reheat period? Huh, I guess I'll have to increase the sleep() time on my turtles then...
  9. N

    Quick Sickle question

    Actually, it only has FIVE uses, on the sixth it breaks and just gives normal drop chance (I assume this is a bug? it better be...).
  10. N

    Curious question about engines/conduit/tesseracts/Energy Cells

    It has a config setting to change it, so hopefully no.
  11. N

    Tree Breeding (Spoilers)

    It's chance per mutated leaf block.
  12. N

    How can one delete the exp orbs from a spawner?

    It's 5% flat/total, so every machine on the line is getting 95% of the input energy.
  13. N

    Forestry 2.0-why?

    Not in the multifarm, but for everything else yes.
  14. N

    Vajra

    Or use the "Better Sprinting" mod and have quantum-speed flying in creative mode too!
  15. N

    Elooram's back.

    Except Immibis has done it, so it's obviously possible (granted, they are aesthetic-only, but then the mods have their own way of blocking connections anyway so that's all we need).
  16. N

    Update destabilized our mystcraft ages.

    In the meantime, you (or the server admin, if that is not you) can do "/myst-toggleworldinstability [age id] false" to disable instability on any previously stable ages.
  17. N

    Redpower Lags Client

    - Wrath lamps shouldn't cause any lag except possibly a minor amount when you initially place them (since they generate a ton of invisible light blocks upon being placed), I'm pretty sure. - I recall BC pipes being optimized at some point such that they only render a limited amount of items in...
  18. N

    Redpower Lags Client

    Well, there's only a single server-wide Lua interpreter instance (cf this post) that every computer/turtle shares actually, so perhaps not as surprising.
  19. N

    Tree Breeding (Spoilers)

    I'm 100% certain. As of Forestry 2.0.0.10, only Sipiri and Willow trees have special requirements for breeding beyond the requisite combination of trees. You shouldn't need to analyze the trees, but then again I did all my tree breeding in like .5 or .6, so it's possible that part has changed...