I have a farm spell which is currently in this state: https://github.com/ScoreUnder/psi-spellbook/blob/ed82731ccf721d83edc987923c5a71c663349289/farm-with-ruler.txt
It's a loopcast spell that uses the vector ruler to figure out where it needs to start from (inclusive), and the player's current position to determine where it needs to end up (exclusive, discarding Y coord). I would like to figure out how to optimise it a little so that I can keep it within 8 bandwidth while also eventually looking to add a block hardness check (so that it only breaks crops even in farms with less boring designs). Can anyone throw a hint my way?
Feel free to use it as-is if you just came here to collect spells btw