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
Known Fix:
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

Known Fix:
Last edited: