Skip to content

OC and AE2 thru OC adapter #15

Description

@adamsonich

I'm using
OpenPeripheral-1.7.10-AIO-4
OpenComputers-MC1.7.10-1.5.3.10-universal
trying program:

component=require("component")
ae2=component.proxy(component.list("tileinterface")())
item_list=ae2.getAvailableItems()
ae2.requestCraft(item_list[9].fingerprint,10)

and get error on last line

"kernel 913: failed to convert arg fingerprint"
error come from line 725 in file "OpenComputers-MC1.7.10-1.5.3.10-universal.jar\assets\opencomputers\lua\machine.lua" in function "xpcall"

i get same error if use

ae2.exportItem(item_list[9].fingerprint,"south",10)

if I print item_list[9].fingerprint
on screen I get

{dmg=0,
id="minecraft:sand"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions