gilesknap / mciwb

Minecraft Interactive world builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"if blocks" sub type of execute

gilesknap opened this issue · comments

can this command be used to make sign monitoring more efficient?

If so monitor a wider range for signs ...

No this does not work - it can only compare a complete range of blocks (or single block)

A much more encouraging route was to use an entity such as an item frame which can be detected with the data get @e command. But I was unable to find a way to customise inventory item frames as they do not have BlockEntityTag like a sign can have while in the inventory.

Abandoning as the signs work quite well and the only concern is the polling overhead which does not seem to have been an issue yet.