Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

InfinitiesLoop

Members
  • Content Count

    7
  • Joined

  • Last visited

  • Days Won

    1

InfinitiesLoop last won the day on November 29 2017

InfinitiesLoop had the most liked content!

About InfinitiesLoop

  • Rank
    Junior Member

Recent Profile Visitors

893 profile views
  1. Yeah, I thought about doing that, but I deprioritized it for two reasons. (1) I wanted it to work without one anyway. I wanted to minimize the setup required. It's already kinda involved as it is -- if you have a large build, you have to setup chests with importers and exporters, whitelist the correct things, etc. If you have a lot to clear out you have to set up auto tool repair with an AA item repairer (or just do it manually, but I'm all about automation here). (2) It only helps if there's a lot of air in your build, and it wouldn't be hard to just design your model not to have that air. Th
  2. Nope. The model includes clearing out existing blocks, you see. The model for that sphere is hallow. The robot has to visit those blocks in the middle in order to make sure there's nothing there. You can see that it has to clear out some of the dirt and trees in the middle. There's no way for it to know that there's already air there, so it has to visit them all. If one wanted they could design a non-hallow sphere model and it wouldn't do that.
  3. There's a java program in the github project. If you're a programmer you should be able to figure it out. If not, well, I'm way behind on doing things like documentation and creating a release that makes it easier to use. If this generates any interest I'll definitely spend more time on it.
  4. I created a generic builder program and made a video to showcase what it can do: Features that make it interesting: 1. It can build very large structures, as seen in the video. 2. Build structures with any number of different types of blocks. 3. Structures are defined in ASCII text files that are easily human readable/editable. 4. A java conversion program is provided that can convert Minecraft structure files into the ASCII format the robot requires, meaning you could set your robot to build any structure the community has built. 5. Continuously resupplies i
  5. Yeah, I tried all the sides. The Tool Forge has all these modes it can be in, so there's no way OC would know which mode it was sucking it out of.
  6. TiC tools that have Moss will auto repair slowly, but it uses up "stored xp". They gain stored xp when mining ores. But not when a robot uses them. I had hoped moss would be a good way for robots to use tools without needing user intervention (see my other thread about automating repair). It seems that my only hope for that is using AA tools. Because they repair in an item repairer, which the robot can drop into and suck from. But AA tools seem lame compared to TiC and I'd have go deep into its tech tree to create the repairer.
  7. I'm trying to create a program that will mine out a configurable area. It has to deal with some conditions in order to run for long enough -- for example, empty its inventory into a chest when it is full, return to a charger when it's low on energy, craft more torches when it runs out, etc. But it also breaks its tool, and I thought I'd be able to automate it using a Tinkers Construct Tool Forget to repair it. As far as I can tell this doesn't seem possible. It can place items onto the table and pick them up, but the "output" of the table isn't an inventory slot. I thought maybe it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.