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

xlilcasper

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by xlilcasper

  1. I'm trying to get access to a chest below the robot. Here is the test code.

     

    local component = require("component")
    local sides = require("sides")
    print(component.inventory_controller.getInventorySize(sides.bottom))

    Here are the components I have

    eeprom
    robot
    gpu
    filesystem
    geolyzer
    inventory_controller
    computer
    filesystem
    chunkloader
    filesystem
    internet
    screen
    keyboard

    Every time I run the program with a chest below the robot I get "nil no inventory"

    I have a plain oak chest under the robot.

    Any help? Am I missing something? I'm on the version for 1.12.2, possible bug? I suspect I am just missing something.

×
×
  • Create New...

Important Information

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