Posted 10 April 2014 - 01:52 AM
ComputerCraft version: 1.62 / Creative Single Player (untested in other play modes)
Description:
Standard turtles are unable to equip wireless modems, although Advanced turtles are able to equip them. When attempting to equip a standard turtle with a wireless modem (via turtle.equipLeft() or turtle.equipRight()) an error to the effect of "Not a valid upgrade" is returned and the wireless modem is not equipped.
Steps to reproduce:
via Lua, attempt to equip a wireless modem on a standard turtle with turtle.equipLeft() or turtle.equipRight()
Description:
Standard turtles are unable to equip wireless modems, although Advanced turtles are able to equip them. When attempting to equip a standard turtle with a wireless modem (via turtle.equipLeft() or turtle.equipRight()) an error to the effect of "Not a valid upgrade" is returned and the wireless modem is not equipped.
Steps to reproduce:
via Lua, attempt to equip a wireless modem on a standard turtle with turtle.equipLeft() or turtle.equipRight()
Edited on 10 April 2014 - 04:50 PM