even better would be a mod that used the a health and mana bar and it takes mana to make bricks
A clock would be nice.
The Double Jump works by changing you to a different datablock with heightened air-control so you can boost in any direction for a fraction of a second.Because some other player types have more than 100 health, I didn't want it to be possible to kill you with a rocket in that time where you wouldn't have died beforehand.To fix this, the 'boost' datablock actually has 1000 health, but this is reduced as you change to it to your current HP.The Health Bar records your current health out of your maximum damage - so it changes from 80/100 to 80/1000 and looks strange.
I remember how in v0002, there was a server time in the HUD.
Speedometer in vehicles, one that isn't just numbers.
The clock idea is good but can't you just do this.Package Clock{ function Clock() { bottomPrintAll("\c6It is \c3"@getDateTime()@"\c6."); schedule(1,0,Clock); }};