Line 3 in Arduino_Multiblock_Upgrade.ino reads:
int Green1 = 13; // Green Signal 1 is digital pin 2
This results in the Green1 LED failing to light.
I believe it should be:
int Green1 = 2; // Green Signal 1 is digital pin 2
Otherwise fantastic code! I am excited to use it more.