Posted 09 April 2015 - 06:45 PM
This is a bit of a silly bug to report as normally it wouldn't happen but it, er, bugged me.
Version:
1.73 single player. I would presume it happens everywhere
Description:
When removing a peripheral connected to a wired modem using setblock, a ghost peripheral is created and you can still call methods on the peripheral.
Expected Result:
The peripheral wouldn't be accessible any more.
Reproduction Steps:
Version:
1.73 single player. I would presume it happens everywhere
Description:
When removing a peripheral connected to a wired modem using setblock, a ghost peripheral is created and you can still call methods on the peripheral.
Expected Result:
The peripheral wouldn't be accessible any more.
Reproduction Steps:
- Place down a peripheral and a computer and attach them both with wired modems & cable
- Activate both modems
- Run peripheral.getNames().
- Execute /setblock ~1 ~ ~ minecraft:stone whilst standing next to the peripheral.
- Run peripheral.getNames(). There is no change. You can also do peripheral.call(…) as well.
Edited on 12 May 2015 - 06:12 AM