1.0.1: computercraft perpheral.wrap method always returns nil

ZZaphod

New Member
Jul 29, 2019
4
0
0
Version:
1.0.1

What is the bug:
computercraft perpheral.wrap method always returns nil

Mod & Version:
Computercraft 1.65

Paste.feed-the-beast.com log:


Can it be repeated:
yes.

1. place chest
2. place computer( or advanced computer) next the chest
3. open computer console
4. opne lua interactive prompt
5. type code below
Code:
> chest = peripheral.wrap("left")
> chest
nil
> chest = peripheral.wrap("right")
> chest
nil

3ZRj6L0.jpg


Known Fix:
 
Last edited:

bgsteiner

New Member
Jul 29, 2019
222
0
0
I can confirm this issue with turtles as well the version of open peripherals was not written for the version of conputer craft in the pack