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

    DNACraft - Work in progress

    A few bugs to iron out with a few of the variations..
  2. M

    DNACraft - Work in progress

    Hey all, Just wanted to post about a new mod I'm working on, hoping to get a bit of feedback to try give myself a bit of motivation to get it finished... It's called DNACraft. Open source mod where you can selectively breed your own variations of mobs. You can sequence the DNA of existing...
  3. M

    OpenCCSensors

    http://www.computercraft.info/forums2/index.php?/topic/5996-146-cc-148-openccsensors/page__view__findpost__p__79806 OpenCCSensors 0.1.3 released. A few bug fixes, and support for railcraft iron tanks. :)
  4. M

    Request for a turtle mining script?

    Nope, turtles are blind and will stay blind. They have no concept of what an item is - all they can do is compare (which returns true/false). They know nothing else. If you use OpenCCSensors there's an inventory sensor which can get item names within an inventory (or his own inventory), but...
  5. M

    FTB Central Mod Permissions

    Anyone is free to use/distribute OpenCCSensors in their own mod packs. http://www.computercraft.info/forums2/index.php?/topic/5996-146-cc-148-openccsensors/
  6. M

    Request for a turtle mining script?

    Nope, you can't do that :) compare will simply return true or false, it stores no reference at all to an item.
  7. M

    Request for a turtle mining script?

    Turtles can't detect what a block is, only compare to a block in their limited inventory space, so "I must be able to define a list of blocks that it will not mine, so I can make it ignore diamonds, redstone, lapis, etc and let me silktouch them" - You'll find this is what will limit your...
  8. M

    OpenCCSensors

    Sorry for the low quality. :) This is a simple program showing off the tank sensor, which can work on any tank, but also any machine that has internal tanks, so most of the forestry ones, thermal expansion ones..etc.. :)
  9. M

    OpenCCSensors

    Mind if I just hijack this thread for OpenCCSensors related stuff? ;-) seems silly to make a new thread for it.. Just made a simple application using the ic2 card and the gauge peripheral..
  10. M

    OpenCCSensors

    Updated the wiki with a lot of new information. http://www.computercraft.info/wiki/OpenCCSensors Most interesting is probably the ridiculous amount of machines the Tank sensor card supports. It's not just tanks, but any machine that has an internal tank. In the next version I think we're...
  11. M

    OpenCCSensors

    OpenCCSensors 0.1.2 released. Added the Gauge block, which you can attach to different kinds of machines to instantly get a display telling you how full/hot/whatever it is. Added a minecart sensor card Added the ability to upgrade any card to 4 different tiers for increased range Added...
  12. M

    OpenCCSensors

    Working on the ability to upgrade the range using upgraded sensor cards...
  13. M

    OpenCCSensors

    sneak preview of the gauges in action :)
  14. M

    OpenCCSensors

    At the moment we only support IInventory, not ISidedInventorySome new features I've been working on lately, which'll hopefully be in the next release: These are gauges that you can just stick onto any block, and the system will try to retrieve a progress/stat report. These are meant for...
  15. M

    OpenCCSensors

    Glad you like it! :) More information can be found on the wiki: http://www.computercraft.info/wiki/index.php?title=OpenCCSensors Also a few videos:
  16. M

    Suggest Mods for FTB Here

    Free love (and cookies) to the Mod Pack Team if you add OpenCCSensors to your test server :) (and invite me on, so I can show you how awesome it is ;))
  17. M

    Suggest Mods for FTB Here

    We just this moment released OpenCCSensors which I'd really love to see in one of the FTB packs. We only use up 1 item ID, 1 block ID and we don't use any world gen. It's been built with balance in mind from the very start, and helps to integrate mods together. Tekkit included the original...