SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

Remote inventories not seeming to work #98

Closed Selim042 closed 8 years ago

Selim042 commented 8 years ago

I might be derping this up, but I have a wired modem block, connected to an iron chest, a turtle, and vanilla chest. I am attempting to call iron.pushItemRemote("chest_0",1) but it is returning

lua:1: Parameter 1 value not set

SquidDev commented 8 years ago

Which version of CC, CCTweaks and OpenPeripheral are you running? Also can I have your log? Thanks!

Selim042 commented 8 years ago

Oh, sorry about that, forgot versions: Minecraft: 1.7.10 ComputerCraft: 1.75 CCTweaks: 0.3.2 OpenPeripheralCore: 1.3 OpenPeripheralIntegration: 0.5 OpenPeripheralAddons: 0.5.1

How much of the log do you need? Just around when I tried the function, or the whole thing?

Oh yea, not that it should matter, but this is on a server.

SquidDev commented 8 years ago

Fixed in 39740a48a2689e8b3aa6b54380a711192094974d. I've pushed it but GitHub is derping.