Jump to content

Silent

Members
  • Posts

    340
  • Joined

  • Last visited

Posts posted by Silent

  1. Yeah, DNS is goddamn horrible from that perspective. And others. I think there's less ore bloat in latest version, as half the mods are 1.2.5 only, but it's still a lot (and since it lost all the interesting mods that tekkit lacks, like betterfarming, there's no real reason to use it anymore rather than tekkit+forestry).

    Oh no the latest version is way too bloated regarding ores and mobs.

  2. I play Tekkit instead of FTB because:

    • Bukkit. I refuse to play on vanilla servers because of hacking. Sooner or later someone will make a hacking client for it and I would love to see vanilla admins try and catch them then.
    • Annoying ores. FTB doesn't unify ores the way Tekkit does, so there are 3 kinds of every new ore.
    • No frames. RP2 frames are my favorite item in all of Minecraft modding.

    I do like a lot of the stuff in FTB, particularly the extended biomes and Mystcraft, but singleplayer gets boring.

    If you are annoyed by the ores in FTB, you should play DNS ;)

  3. It's actually pretty simple, I managed to learn it without any tutorials, just by looking at other peoples programs.

    if turtle.detect() then

    turtle.dig()

    end

    turtle.forward()

    Or

    if turtle.detect() then

    repeat

    turtle.dig()

    until turtle.forward() == true

    else

    turtle.forward()

    end

    The first option is clearly much more simple, but it'll bug out on sand/gravel

    I'm not 100% sure the second option works, but it should account for gravel

×
×
  • Create New...