Tiles - how to remove unused tiles?

tiles

#1

1) Give a description of the problem
I’ve created a piston with some test Tiles and now decided I no longer wish to use the tiles I created - I’ve removed the tile code however the tile is still showing? What am I doing wrong please?

2) What is the expected behavior?
To remove unused tiles


#2

Well…there a couple ways.

First in the settings for a particular category you can just turn it back to details and then you wont see the tiles any longer.

Or in the piston itself you can use a command to clear the tiles.

image

That’s an example showing how to clear them based on a DeviceList, however, if you just want to get rid of them then simply change that FOR loop to be from 0 to [the count of tiles you have].


#3

Thank you for your help.