Added Charging rune and associated necessities, such as having the Seer's Sigil detect total charge.
This commit is contained in:
parent
142cefd9be
commit
318e3a03c7
13 changed files with 145 additions and 22 deletions
|
@ -239,4 +239,22 @@ public class TileAltar extends TileInventory implements IBloodAltar, ITickable,
|
|||
{
|
||||
bloodAltar.setActive();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getChargingRate()
|
||||
{
|
||||
return bloodAltar.getChargingRate();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getTotalCharge()
|
||||
{
|
||||
return bloodAltar.getTotalCharge();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getChargingFrequency()
|
||||
{
|
||||
return bloodAltar.getChargingFrequency();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue