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

Search the Community

Showing results for tags 'robots'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 8 results

  1. Hi! Been working on a Control Station for my Robot. It has most of the essential features done; movements, scanning, interactions, etc. But I have reached a stage when it's mostly optimizations which are left to do, one of them is power usage. The Robot has a battery tier 3 upgrade installed, but as it is now it can still only run for about 20 minutes before it runs out of power and shuts down. This is not ideal due to not be able to remotely turning on a computer directly and needs either a Player or other Robot interaction to turn it back on again. Components are a good culprit in
  2. Hey guys! New here! I am on minecraft 1.10.2 and I made a robot that can harvest Agricraft crops for me. All is working well. I go above the crops and call useDown() function. Now I am trying to harvest cinnamon from cinnamon logs and pepper from pepper tree fruits from Pam's Harvestcraft and the useDown/useUp functions do nothing. Any ideas as to how I can make the robot do those for me? Cheers!
  3. Robots cannot attack players(eh, at least on the version I play on, it's slightly outdated), even when PvP is on(fakeplayers, that's why it's important), is this intended? It can still attack entities, but not players. They do successfully swing their sword upon them, but they deal no damage. Should I report to GitHub?
  4. I suggest that the Navigation component should be able to set and delete a virtual waypoint around itself. This would be useful for robot/drone to robot/drone navigation thus further extending the reusability of drone programs and setup of robot programs alike. Also, perhaps some logical limitations to this could be that while the virtual waypoint is deployed drone or robot movement is stopped. However, I don't think this is necessary. Examples of le code.. nav = component.navigation nav.setWaypoint('waypoint 1', 12, -1) -- # waypoint label, redstone level, vertical offset of virtual
  5. So I made this robot. And I want it to grab lava from an EnderIO tank. Job done. Below the robot is an infinity water source (3 water sources in a row, robot hovers over center water block) - I mean to make obsidian. I try to have the bot equip a bucket and fill with lava from internal tank, that works. Now finally, I try to use the bucket in order to place the lava from the bucket. No dice. I tried with, and without water. I tried placeDown(), useDown(), swingDown() etc etc. - I get a true "item_placed" from the bot, but nothing is happening in the world, and the bucket is still ful
  6. I wanted to dig (or "swing" ) the block below the robot, which, (partially) according to the wiki, would be local component = require("component") local sides = require("sides") component.robot.swing(sides.down) but it dug the block in front of the robot. Partially because it says Now what I think is that the side:number was accidentally added there, and the component.swing() function actually has no input value, which would just result in ignoring any passed values. Though I'm not sure if I should do a feature request on this, maybe I just did something wrong. Here go my spe
  7. This is my first time using OC, and there's no help regarding the matter that I can found. Basically, I want to use an IndustrialCraft2 generator, say the Geothermal Generator, to charge up my robots. Is there any addon to convert IC2 to OC perhaps? Or am I just doing it wrong? Do I need to use adapter and/or power converter? Or perhaps capacitors too? I have no idea...
  8. Hi, was testing out your mod but ran into a problem, I can't find robots in creative mode or by using NEI. Is there a configuration thing to change or is this a bug?
×
×
  • Create New...

Important Information

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