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

Jalopy43

Members
  • Content Count

    4
  • Joined

  • Last visited

About Jalopy43

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    Jalopy43
  1. Figured it out with the adapter block on a creative robot. For those that are going to want to access the robot's internal inventory the function is component.inventory_controller.getStackInInternalSlot() you still have to have the inventory controller upgrade obviously.
  2. it says on the wiki that the side back is what is used to access the robot's inventory with the inventory controller upgrade, but when i try to use the side i get an unsupported side error. i have an item in the first slot of the inventory and it seems to work using other sides. I was just wondering if there was a different way to get the robot's inventory info or if that isn't possible. my code is as follows: local robot = require("robot") local sides = require("sides") local component = require("component") local inv = component.inventory_controller local term = require("term") term.
  3. So my robot isn't placing blocks in the air even though it has an angel upgrade. Is the angel upgrade for the robot not working or do I have to put something in my program to let the robot know it has the upgrade?
×
×
  • Create New...

Important Information

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