guys help with openperipheral. I can't make it work, I tried placing a computer next to a chest entered lua and typed peripheral.isPresent("side") it's always false like it cant detect the block.
mc 1.6.4 forge9.11.1.965
mod versions: cc1.63, openperipheralcore0.3.3, openperipheralAddons0.1.3
im limited with computer craft and havent messed with OP very much but have your tried typing right or left depending what side the chest is on instead of side? i know for instance if you want to set a turtle to detect redstone signal on left you would type... while redstone.getInput("left") do ... So im assuming OP would operate the same way.