It's common to identify blocks and machines and handle them differently in events. Currently, AstralHelper provided an utility method called hasMachine(Loc/Block) but it cannot match types of machines explictly.
Therefore, add hasMachine(Location,Type) to AstralHelper.
It's common to identify blocks and machines and handle them differently in events. Currently, AstralHelper provided an utility method called
hasMachine(Loc/Block)
but it cannot match types of machines explictly.Therefore, add hasMachine(Location,Type) to AstralHelper.