Performed initial cleaning to BloodAltar/TileAltar and migrated all logic from the Tile to the BloodAltar class.
This commit is contained in:
parent
0f26cbedd7
commit
4145b2a11c
4 changed files with 558 additions and 442 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue