Updated Sanguine Armour textures, added Blood Letter's Pack texture, fixed API imports.

This commit is contained in:
WayofTime 2014-11-17 18:33:11 -05:00
parent bc50e92fa3
commit ad3289d080
16 changed files with 25 additions and 16 deletions

View file

@ -656,4 +656,10 @@ public class TEMasterStone extends TileEntity implements IMasterRitualStone
{
this.customRitualTag = tag;
}
@Override
public int getRunningTime()
{
return this.runningTime;
}
}