Performed initial cleaning to BloodAltar/TileAltar and migrated all logic from the Tile to the BloodAltar class.

This commit is contained in:
WayofTime 2015-12-22 20:32:25 -05:00
parent 0f26cbedd7
commit 4145b2a11c
4 changed files with 558 additions and 442 deletions

View file

@ -42,7 +42,7 @@ public class LivingArmour {
continue;
}
tracker.onTick(world, player, this);
tracker.onTick(world, player, this); //TODO: Check if the upgrades need to be updated.
}
}