Posted 17 January 2014 - 10:20 AM
ComputerCraft Version Information: 1.58 Client
Description of Bug: peripheral.getType() calls a command block either "command" or "control" half the time. It should just call itself "command" or "control" every time you run it.
Steps to Reproduce Bug:
Description of Bug: peripheral.getType() calls a command block either "command" or "control" half the time. It should just call itself "command" or "control" every time you run it.
Steps to Reproduce Bug:
- Load Minecraft.
- Use peripheral.getType() with a command block and note down the string returned.
- Keep reloading MInecraft.
- When you use peripheral.getType() again, it might return a different string.