fixed robots possibly not receiving their status information on clients when being validated while moving - at least somewhat: tile entity lookup for received packets now checks if the block is an afterimage, and if so tries to look up the actual robot proxy. this is really hacky and I plan on solving this differently because it may still fail (robot A validates, moves, robot B moves into robot A's place -> B gets A's info), most likely by tagging robot requests with a unique id and then looking them up in the list of active tile entities or something... but for now it does the job.
2 files changed